Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```