Skip to content

AlessioCoser/npm-package-kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

npm-package-kata

requirements

  • npm account (npm package)
  • github (repo & CI)

create the npm package

  • create your project folder.
  • initialize git repository with git init and create github repository
  • initialize the npm project with npm init --yes.
  • add .travis.yml and push to github.
  • link travis with github via web.
  • git push and see the CI running.
  • copy the badge from the project CI page and add it to README.
  • npm publish the module and make it available on npm.

publish a new version

make some changes, and bump version with

npm version patch
# or
npm version minor
# or
npm version major

and git push && npm publish

Thanks to Christian Fei

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published