https://github.com/jlopezxs/node-package-starter
:package: Starter project for a node package with Babel, Jest and Prettier
https://github.com/jlopezxs/node-package-starter
babel commitizen jest nodejs package prettier semantic-release
Last synced: 2 months ago
JSON representation
:package: Starter project for a node package with Babel, Jest and Prettier
- Host: GitHub
- URL: https://github.com/jlopezxs/node-package-starter
- Owner: jlopezxs
- License: mit
- Created: 2017-10-19T14:37:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-29T04:29:55.000Z (about 6 years ago)
- Last Synced: 2025-03-29T19:31:38.686Z (about 1 year ago)
- Topics: babel, commitizen, jest, nodejs, package, prettier, semantic-release
- Language: JavaScript
- Homepage:
- Size: 3.79 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## :package: NodeJs package starter
> Boilerplate to create NodeJs packages more easy.
[](https://travis-ci.org/jlopezxs/node-package-starter)
[](https://david-dm.org/jlopezxs/node-package-starter?type=dev)
[](https://greenkeeper.io/)
[](https://github.com/prettier/prettier)
[](http://commitizen.github.io/cz-cli/)
### Usage
```bash
git clone https://github.com/jlopezxs/node-package-starter.git PACKAGENAME
cd PACKAGENAME
# Update the package.json with your data and
yarn install
yarn run init #semantic-realease setup
yarn run cm #commit with comitizen
```
## --PackageTitle--
### Installation
```bash
npm install --packagename--
```
### Usage
```js
// Example hre
```