Starter template for NPM packages.
- First, get a git-less copy of the repo.
$ npx degit [email protected]:spaceaardvark/npm-package-template.git#main [folder]
$ cd [folder]
$ git init
- Review and update
package.json
,README.md
,CHANGELOG.md
, andLICENSE
.
SUMMARY
✔️ FEATURE
Requires Node.js v14 or higher.
$ npm install --save @spaceaardvark/PACKAGE_NAME
$ yarn add @spaceaardvark/PACKAGE_NAME
Be sure to create an issue before you submit a change request.
The library does not require a build step and is easy to test. See the scripts
section in package.json
for more information.