1.0.0 • Published 3 years ago

guna-cli v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
3 years ago

Display Biography - CLI :smiley: :fire: :heart_eyes: :snowflake:

#! - shebang

- It should be written in the first line of the index.js file to run a file without `node` command
#!/usr/bin/env node

To run a cli with differenct name - package.json

"bin": {
    "guna": "index.js"
  },

Need to check you are logged in with npm

$ npm login - followed by credentials

$ npm whoami - To verify

Publish package

<<<<<<< HEAD

$ npm link 
$ npm publish 

Throws 403 error if package name already exist in npm so try changing the package name