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
- Host: GitHub
- URL: https://github.com/andytango/npm-boilerplate
- Owner: andytango
- Created: 2019-11-25T12:12:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T01:39:17.000Z (over 3 years ago)
- Last Synced: 2025-03-13T01:17:43.394Z (over 1 year ago)
- Language: JavaScript
- Size: 1.3 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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).