Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.59 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.59 KB

NPM Package Template

RichardHpa - npm-package-template stars - npm-package-template forks - npm-package-template

Node.js CI codecov coverage License

A template Repo for making custom npm packages

Installation

Use this template or clone via github

git clone https://github.com/RichardHpa/npm-package-template.git
cd npm-package-template
npm install

Rename the project name in the package.json

Use the playground

This app contains a playground based on a standard create-react-app where you can test your packages.
To set up the playground run

npm run playground:install
npm run playground:start

License

Released under MIT by @RichardHpa.