@georgeflug/library-starter
v1.2.0
Published
Starter Repo for my projects
Downloads
2
Readme
library-starter
Starter Repo for my projects
Instructions
- Clone this repo
- Replace all instances of "library-starter" with the new project's name.
- Update this README.
- Delete
CHANGELOG.md
andpackage-lock.json
- Reset the version in package.json to 1.0.0.
- Run
npm install
- Run
git remote set-url origin [email protected]:georgeflug/${new-project-name}.git
- Add NPM_TOKEN variable to the new repo's Secrets settings page.
- 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
.