Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/freedmand/npmtemplate

A basic template for NPM packages with bundling and testing
https://github.com/freedmand/npmtemplate

Last synced: 4 days ago
JSON representation

A basic template for NPM packages with bundling and testing

Awesome Lists containing this project

README

        

## [Initial Setup]

A basic template for NPM packages with bundling and testing.

To use, clone this repo and change the following variables (global find-replace):

* ``: desired name for your package
* ``: description of your package
* ``: the GitHub repo (username/package)
* ``: your name
* ``: keywords for the repo

Then remove this block and edit the README below.

---

#

>

## Install

```
$ npm install
```

## Usage

```

```

## API

## Related