1.2.0 • Published 2 years ago

@georgeflug/library-starter v1.2.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

library-starter

Starter Repo for my projects

Instructions

  1. Clone this repo
  2. Replace all instances of "library-starter" with the new project's name.
  3. Update this README.
  4. Delete CHANGELOG.md and package-lock.json
  5. Reset the version in package.json to 1.0.0.
  6. Run npm install
  7. Run git remote set-url origin git@github.com:georgeflug/${new-project-name}.git
  8. Add NPM_TOKEN variable to the new repo's Secrets settings page.
  9. Push changes to Github to publish the first version.

Bumping the version

The patch version is automatically bumped on every commit. To release a major or minor version, run the interactive command npm run release.