1.0.1 • Published 4 years ago
@spaceaardvark/npm-package-template v1.0.1
npm-package-tempate
Starter template for NPM packages.
- First, get a git-less copy of the repo.
$ npx degit git@github.com: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.
1.0.1
4 years ago