An open API service indexing awesome lists of open source software.

https://github.com/parzh/package-javascript

Template for an npm package
https://github.com/parzh/package-javascript

Last synced: 7 months ago
JSON representation

Template for an npm package

Awesome Lists containing this project

README

          

## Usage

- create new GitHub repo using https://github.com/parzh/package-javascript.git as a template;
- clone the new repo locally;
- run `npm init` to fill missing info (such as the "name" and "author" fields);
- (optional) remove the `"private": true` failsafe;
- start developing the new package!