0.0.1-0 • Published 8 years ago
componup-test v0.0.1-0
Package and storybook of componup
based on Create react library itself based on Facebook's Create react app
Access to storybook
See componup in /lib
npm run storybook
Become a collaborator
- Create an npm account Here
- Loggin in shell by running
npm adduser
with username, password and public email previously entered
Publish package
- Let's build
npm run build
- Git working directory must be clean, so add and commit.
- Have to create a new version
npm version <update_type>
- if update_type is patch (v0.0.1 --> v0.0.2)
- if update_type is minor (v0.0.1 --> v0.1.1)
- if update_type is major (v0.0.1 --> v1.0.1)
- update_type can also be premajor, preminor, prepatch, prerelease ...See more
- Now ready to publish
npm publish