Skip to content
/ geny Public

Project template for creating CLI App using NodeJs

Notifications You must be signed in to change notification settings

telkomdev/geny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geny

Project template for creating CLI App with Nodejs

Development mode

The npm link command allow us to locally ‘symlink a package folder’, and for our needs, it will locally install any command listed in the bin field of our package.json.

The npm link command is used from within the NodeJS package directory we want to symlink:

$ npm link

to uninstall

$ npm unlink

Now we can executed from anywhere

$ geny

About

Project template for creating CLI App using NodeJs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published