Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days 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 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-29T04:29:55.000Z (over 4 years ago)
- Last Synced: 2024-12-10T07:12:44.721Z (2 months ago)
- Topics: babel, commitizen, jest, nodejs, package, prettier, semantic-release
- Language: JavaScript
- Homepage:
- Size: 3.79 MB
- Stars: 1
- Watchers: 1
- 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.[![Build Status](https://img.shields.io/travis/jlopezxs/node-package-starter.svg)](https://travis-ci.org/jlopezxs/node-package-starter)
[![Dev dependencies](https://david-dm.org/jlopezxs/node-package-starter/dev-status.svg)](https://david-dm.org/jlopezxs/node-package-starter?type=dev)
[![Greenkeeper badge](https://badges.greenkeeper.io/jlopezxs/node-package-starter.svg)](https://greenkeeper.io/)
[![Styled with Prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](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
```