A GitHub Template Repository to create an NPM library which uses @spotify/web-scripts for build, test, lint, auto-format, and release.
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.
- 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) - set a
licensein your package.json and create aLICENSEfile