1.0.7 • Published 6 years ago
oauth2-automated v1.0.7
web-scripts-template
A GitHub Template Repository to create an NPM library which uses @spotify/web-scripts for build, test, lint, auto-format, and release.
Usage
Click the green "Use this template" button to create a new library from this template.
Once you have your project, run yarn to install the dependencies. Try out scripts such as yarn build, yarn lint, and yarn test.
ONCE YOU HAVE CREATED YOUR REPO
- replace every
@@CHANGE THIS@@in package.json - remove
private: trueif you plan to publish the library to NPM - use
yarn commitwhen committing to this repo (uses commitizen)