1.0.1 • Published 1 year ago

shehzad-cli v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

25-Nov-2022

  1. test your pkg before publishing to NPM

  2. Make this a NODE Project by initializing

npm init
  1. create account on npmjs.com
  2. Login to npm on CLI (Terminal)
npm login
  1. Publish your work with
npm publish

If a package name is not available use your username as prefix "name": "@shehza-d/unavailable-pkg-name",

npm publish --access=public