1.1.0 • Published 5 years ago

@carltonj2000/starwars-names v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

How to Write an Open Source JavaScript Library

The code in this repository is based on the How to Write an Open Source JavaScript Library course.

Commands

  • npm set init-author-name "Carlton Joseph"
  • npm set init-author-email "carlton.joseph@gmail.com"
  • npm set init-author-url "http://carltonjoseph.com"
  • npm set init-license "MIT"
  • npm set save-exact true
  • npm init
  • npm config set scope carltonj2000 --global
  • npm config set access public
  • npm config set access public --global
  • npm init --scope=@carltonj2000
  • npm publish
  • npm publish --tag beta
  • git tag 1.0.0
  • git push --tags
1.2.0-beta.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago