1.0.2 • Published 1 year ago

is-likhith v1.0.2

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

��# is-lik-npm-package

Create a package folder and a test-folder folder

  1. Push the package folder into a git repository
  2. Do npm init in package folder package name: (package) is-likhith
    version: (1.0.0)
    description: Is the string Likhith? entry point: (index. js)
    test command:
    git repository: (https://github.com/LikhithRaju0501/is-lik-npm-package. git)
    keywords: LIKHITH
    author: Likhith license: (ISC)
  3. npm link Note: You can specify your package name in package/package.json file
  4. Then Cd into test-folder folder npm link 'is-likhith' (package name) to check
  5. cd into package folder npm login npm publish --access=public