Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/egoist/template-nm
Scaffold out a node module
https://github.com/egoist/template-nm
module nodejs npm package template
Last synced: about 2 months ago
JSON representation
Scaffold out a node module
- Host: GitHub
- URL: https://github.com/egoist/template-nm
- Owner: egoist
- Created: 2016-12-30T08:09:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-25T14:16:23.000Z (about 3 years ago)
- Last Synced: 2024-10-29T22:51:18.958Z (about 2 months ago)
- Topics: module, nodejs, npm, package, template
- Language: JavaScript
- Homepage:
- Size: 562 KB
- Stars: 29
- Watchers: 3
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
template-nm
Scaffolding out a node module.
## Features
- Unit test with [jest](https://facebook.github.io/jest/)
- ESLint with [xo](https://github.com/sindresorhus/xo) or [standard](https://github.com/feross/standard)
- CircleCI [2.0](https://circleci.com/docs/2.0/) with npm^5 or yarn support
- Optionally [compile ES2015 code](./docs/compile-es2015.md) using [bili](https://github.com/unipahq/bili)
- Optionally [use Poi to run example](./docs/poi.md)
- Optionally add coverage report
- Optionally add CLI## Usage
Install [SAO](https://github.com/egoist/sao) first.
### From git
```bash
sao egoist/template-nm
```### From npm
```bash
sao nm
```## License
MIT © EGOIST