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

https://github.com/andytango/npm-boilerplate

Simple npm module boilerplate
https://github.com/andytango/npm-boilerplate

Last synced: 9 months ago
JSON representation

Simple npm module boilerplate

Awesome Lists containing this project

README

          

# boilerplate

A simple node library module boilerplate comprising:

- Dotenv
- Rollup
- Babel
- Jest
- Prettier
- NPM, as opposed to Yarn

Directory structure:

- /src - _sources live here_
- /test - _test files live here_
- /tmp - _gitingored directory_

## License

[MIT](LICENSE).