https://github.com/kdcio/create-nodejs
NodeJs boilerplate
https://github.com/kdcio/create-nodejs
Last synced: about 2 months ago
JSON representation
NodeJs boilerplate
- Host: GitHub
- URL: https://github.com/kdcio/create-nodejs
- Owner: kdcio
- License: mit
- Created: 2020-05-12T21:54:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-02T08:04:12.000Z (about 1 year ago)
- Last Synced: 2025-10-15T01:54:05.640Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.21 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Create NodeJs
Start your [NodeJs](https://nodejs.org/) project easily with the right tools and best practices.
[](https://www.npmjs.com/package/@kdcio/create-nodejs)
[](https://github.com/kdcio/create-nodejs/actions?query=workflow%3Abuild)
[](https://codecov.io/gh/kdcio/create-nodejs)
[](https://bundlephobia.com/result?p=@kdcio/create-nodejs)
[](https://github.com/kdcio/create-nodejs/blob/master/LICENSE)
## Usage
```terminal
_ ______ ____ _
| |/ / _ \ / ___(_) ___
| ' /| | | | | | |/ _ \
| . \| |_| | |___| | (_) |
|_|\_\____/ \____|_|\___/
Usage: npx @kdcio/create-nodejs package-name
Options:
-V, --version output the version number
--no-bundle do not bundle the build output
-g, --git-origin add git remote url as origin
-i, --info print environment debug info
-v, --verbose verbose output
-h, --help display help for command
Example:
npx @kdcio/create-nodejs my-awesome-package
```
## What's included
### Packages Installed
- [babel](https://babeljs.io/)
- [eslint](https://eslint.org/)
- [prettier](https://prettier.io/)
- [jest](https://jestjs.io/)
- [husky](https://github.com/typicode/husky)
- [lint-staged](https://github.com/okonet/lint-staged)
- [parcel](https://parceljs.org/)
### Scripts
- Build script
- Bundler script
- Sample test script
- GitHub Actions for merging and publishing
- Initialize git and add remote url
- Add info in package.json
- Debug jest test scripts using VS Code