https://github.com/friedrith/template-node
A node.js project template
https://github.com/friedrith/template-node
nodejs template
Last synced: 3 months ago
JSON representation
A node.js project template
- Host: GitHub
- URL: https://github.com/friedrith/template-node
- Owner: friedrith
- License: mit
- Created: 2019-09-17T16:50:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:01:19.000Z (over 3 years ago)
- Last Synced: 2025-06-03T15:14:52.594Z (about 1 year ago)
- Topics: nodejs, template
- Language: JavaScript
- Size: 1.37 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# template-node [](https://travis-ci.org/friedrith/template-node)
A template optimized for node.js projects.
## Getting started
```bash
yarn
yarn start
```
By default the project use default name, description and author. You can change it by
updating the values in package.json and using `yarn setup`. Notice you can use this command only once
## Features
This project includes:
- babel
- webpack
- eslint
- prettier
- commitlint
- travis
- husky
- jest