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
- Host: GitHub
- URL: https://github.com/alchaplinsky/module
- Owner: alchaplinsky
- Created: 2020-03-26T14:42:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-21T22:55:03.000Z (about 6 years ago)
- Last Synced: 2025-01-01T23:27:41.604Z (over 1 year ago)
- Topics: boilerplate, node-module, nodejs, npm, npm-module, npm-package, scaffold, skeleton, template
- Language: JavaScript
- Homepage:
- Size: 130 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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