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

https://github.com/alchaplinsky/module

📦 Optimal skeleton/boilerplate for a new Node.js module
https://github.com/alchaplinsky/module

boilerplate node-module nodejs npm npm-module npm-package scaffold skeleton template

Last synced: about 2 months ago
JSON representation

📦 Optimal skeleton/boilerplate for a new Node.js module

Awesome Lists containing this project

README

          

# module
> 📦 Optimal boilerplate for a new Node.js module

#### Pre-configured development tools
* [Webpack](https://webpack.js.org/)
* [Babel](https://babeljs.io/)
* [ESLint](https://eslint.org/)
* [Prettier](https://prettier.io/)
* [Jest](https://jestjs.io/)

## Usage

#### Clone project boilerplate

```
$ git clone git@github.com:alchaplinsky/module.git
$ git remote rm origin
$ git remote add origin [YOUR_REPO]
```

#### Build code
```
yarn build
```

#### Run tests

```
yarn test
```

## License

MIT © Alex Chaplinsky