1.0.1 • Published 2 years ago

@spaceaardvark/npm-package-template v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

npm-package-tempate

Starter template for NPM packages.

  1. 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
  1. Review and update package.json, README.md, CHANGELOG.md, and LICENSE.

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_NAME

Usage

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.