Skip to content

spaceaardvark/npm-package-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

✔️ 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.

About

Starter template for NPM packages.

Resources

License

Stars

Watchers

Forks

Packages

No packages published