Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jakutis/generic-boilerplate

a generic boiler plate code for Node.js modules
https://github.com/jakutis/generic-boilerplate

Last synced: 6 days ago
JSON representation

a generic boiler plate code for Node.js modules

Awesome Lists containing this project

README

        

# generic-boilerplate [![Build Status](https://travis-ci.org/jakutis/generic-boilerplate.svg?branch=master)](https://travis-ci.org/jakutis/generic-boilerplate)

a generic boiler plate code for Node.js modules

- [Overview](#overview)
- [Installation](#installation)
- [API](#api)
- [CLI](#cli)
- [Development](#development)

## Overview

TODO

## Installation

TODO

## API

TODO

## CLI

TODO

## Development

1. Run `npm test` on each change in `src` or `test` directories.

## Releasing

1. Bump version in `CHANGELOG.markdown` and `package.json` files.
2. Run `npm publish`.
3. Run `git tag v1.2.3`.