@soluzioni-futura/package-template
v0.0.4
Published
## Github
Downloads
5
Keywords
Readme
sf-package-template
Github
Deploy:
- Create commit with changes
- Create commit with the only change of version in
package.json
. In the commit message add the version - Create a tag with the version
- Push commits (
git push
) and tag (git push --tags
)
NPM
Deploy:
- Create a NPM account
- Make sure to be part of
soluzioni-futura
organization - Run
npm login
- Make sure to set correct version on
package.json
- Run
npm publish --access public
NB: the name of package must start with @soluzioni-futura