Skip to content
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.

A GitHub Template Repository to create an NPM library which uses @spotify/web-scripts for build, test, lint, auto-format, and release.

Notifications You must be signed in to change notification settings

spotify/web-scripts-library-template

Repository files navigation

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: true if you plan to publish the library to NPM
  • use yarn commit when committing to this repo (uses commitizen)
  • set a license in your package.json and create a LICENSE file

About

A GitHub Template Repository to create an NPM library which uses @spotify/web-scripts for build, test, lint, auto-format, and release.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published