Skip to content

Commit

Permalink
pollinate project
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Dec 18, 2017
1 parent 9211c2c commit 551296c
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 125 deletions.
32 changes: 6 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,15 @@
# es2015-library-skeleton
# poll

[![Build Status](https://travis-ci.org/jedwards1211/es2015-library-skeleton.svg?branch=master)](https://travis-ci.org/jedwards1211/es2015-library-skeleton)
[![Coverage Status](https://codecov.io/gh/jedwards1211/es2015-library-skeleton/branch/master/graph/badge.svg)](https://codecov.io/gh/jedwards1211/es2015-library-skeleton)
[![Build Status](https://travis-ci.org/jcoreio/poll.svg?branch=master)](https://travis-ci.org/jcoreio/poll)
[![Coverage Status](https://codecov.io/gh/jcoreio/poll/branch/master/graph/badge.svg)](https://codecov.io/gh/jcoreio/poll)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

This is my personal skeleton for creating an ES2015 library npm package. You are welcome to use it.
handy promised-based polling API

## Quick start
## Usage

```sh
npm i -g howardroark/pollinate
pollinate https://github.com/jedwards1211/es2015-library-skeleton.git --keep-history --name <package name> --author <your name> --organization <github organization> --description <package description>
cd <package name>
npm i
npm install --save poll
```

## Tools used

* babel 6
* mocha
* chai
* istanbul
* nyc
* babel-plugin-istanbul
* eslint
* eslint-watch
* flow
* flow-watch
* pre-commit (runs eslnt and flow)
* semantic-release
* Travis CI
* Coveralls

22 changes: 0 additions & 22 deletions TEMPLATE-LICENSE.md

This file was deleted.

15 changes: 0 additions & 15 deletions TEMPLATE-README.md

This file was deleted.

15 changes: 0 additions & 15 deletions TEMPLATE-package.json

This file was deleted.

14 changes: 0 additions & 14 deletions complete.sh

This file was deleted.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "es2015-library-skeleton",
"name": "poll",
"version": "0.0.0-development",
"description": "my personal ES2015 library project skeleton",
"description": "handy promised-based polling API",
"main": "lib/index.js",
"scripts": {
"lint": "eslint src test",
Expand Down Expand Up @@ -39,17 +39,17 @@
},
"repository": {
"type": "git",
"url": "https://github.com/jedwards1211/es2015-library-skeleton.git"
"url": "https://github.com/jcoreio/poll.git"
},
"keywords": [
"es2015"
],
"author": "Andy Edwards",
"license": "MIT",
"bugs": {
"url": "https://github.com/jedwards1211/es2015-library-skeleton/issues"
"url": "https://github.com/jcoreio/poll/issues"
},
"homepage": "https://github.com/jedwards1211/es2015-library-skeleton#readme",
"homepage": "https://github.com/jcoreio/poll#readme",
"devDependencies": {
"@commitlint/cli": "^5.2.5",
"@commitlint/config-conventional": "^5.2.3",
Expand Down Expand Up @@ -81,4 +81,4 @@
"rimraf": "^2.6.0",
"semantic-release": "^6.3.6"
}
}
}
27 changes: 0 additions & 27 deletions template.json

This file was deleted.

0 comments on commit 551296c

Please sign in to comment.