@spaceaardvark/npm-package-template
v1.0.1
Published
Starter template for NPM packages.
Readme
npm-package-tempate
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.
PACKAGE_NAME
SUMMARY
Features
:heavy_check_mark: FEATURE
Install
Requires Node.js v14 or higher.
$ npm install --save @spaceaardvark/PACKAGE_NAME$ yarn add @spaceaardvark/PACKAGE_NAMEUsage
API
Contributing
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.
