Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 557 Bytes

adding.md

File metadata and controls

24 lines (15 loc) · 557 Bytes

Adding/Linking Completion Package

Adding

This copies the folder to the registry, ~/.nodecliac/registry.

$ nodecliac add # Run in package root.

Linking

During development symlink package to registry.

$ nodecliac link # Run in package root.

# Once development is complete remove symlink and add to registry.
$ nodecliac unlink && nodecliac add # Run in package root.

Tip: Run $ nodecliac registry. Package should appear in output.

Finally, open a Terminal or $ source ~/.bashrc current one and start using it.