Jump to content

Npm (software): Difference between revisions

Line 53: Line 53:
#* For publishing the most important are: name, version, description, main, module, author, repository, license, files, homepage.
#* For publishing the most important are: name, version, description, main, module, author, repository, license, files, homepage.
# Test your package.
# Test your package.
#* Run your own tests using `npm run test`.
#* Run your own tests using <code>npm run test</code>.
#* Install to another package using `npm install [dir]`.
#* Install to another package using `npm install [dir]`.
# Version and upload to npm
# Version and upload to npm
#: <pre>npm version [major|minor|patch]</pre>
#: <pre>npm version [major|minor|patch]
#: <pre>npm publish --access public</pre>
#:: npm publish --access public</pre>


==Resources==
==Resources==
* [[https://zellwk.com/blog/publish-to-npm/ https://zellwk.com/blog/publish-to-npm/ zellwk publish to npm]
* [[https://zellwk.com/blog/publish-to-npm/ https://zellwk.com/blog/publish-to-npm/ zellwk publish to npm]