Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jakutis/generic-boilerplate
- Owner: jakutis
- License: isc
- Created: 2015-12-01T22:21:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-05T21:22:56.000Z (about 9 years ago)
- Last Synced: 2024-11-14T23:09:55.170Z (2 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- Changelog: CHANGELOG.markdown
- License: LICENSE
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`.