surferintaiwan-hello-functions
v0.0.7
Published
Just a test package
Downloads
3
Readme
intro
- this repo is try to build my own npm package, and publish it to npm registry.
- the example here is very simple, just a function to say hello using third party package upper-case.
- you can check this url to see the package: https://www.npmjs.com/package/surferintaiwan-hello-functions
how to build npm package
- write your code as this repo
- create a npm account
npm addUser
to login(the command line will ask you to press enter to open the browser to login)npm publish
to publish your package- now you can npm install this package in other project