Skip to content

Commit b0717ac

Browse files
committed
pollinate project
1 parent 46cffa0 commit b0717ac

File tree

7 files changed

+12
-130
lines changed

7 files changed

+12
-130
lines changed

README.md

Lines changed: 6 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,15 @@
1-
# react-library-skeleton
1+
# redux-form-numeric-field
22

3-
[![Build Status](https://travis-ci.org/jedwards1211/react-library-skeleton.svg?branch=master)](https://travis-ci.org/jedwards1211/react-library-skeleton)
4-
[![Coverage Status](https://codecov.io/gh/jedwards1211/react-library-skeleton/branch/master/graph/badge.svg)](https://codecov.io/gh/jedwards1211/react-library-skeleton)
3+
[![Build Status](https://travis-ci.org/jcoreio/redux-form-numeric-field.svg?branch=master)](https://travis-ci.org/jcoreio/redux-form-numeric-field)
4+
[![Coverage Status](https://codecov.io/gh/jcoreio/redux-form-numeric-field/branch/master/graph/badge.svg)](https://codecov.io/gh/jcoreio/redux-form-numeric-field)
55
[![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)
66
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
77

8-
This is my personal skeleton for creating a React library npm package. You are welcome to use it.
8+
a customized redux-form Field for entering numbers
99

10-
## Quick start
10+
## Usage
1111

1212
```sh
13-
npm i -g howardroark/pollinate
14-
pollinate https://github.com/jedwards1211/react-library-skeleton.git --keep-history --name <package name> --author <your name> --organization <github organization> --description <package description>
15-
cd <package name>
16-
npm i
13+
npm install --save redux-form-numeric-field
1714
```
1815

19-
## Tools used
20-
21-
* babel 6
22-
* mocha
23-
* chai
24-
* istanbul
25-
* nyc
26-
* babel-plugin-istanbul
27-
* eslint
28-
* eslint-watch
29-
* flow
30-
* flow-watch
31-
* enzyme
32-
* jsdom
33-
* husky
34-
* commitmsg: uses `validate-commit-msg`
35-
* precommit: runs `eslint` and `flow`
36-
* prepush: runs tests
37-
* semantic-release
38-
* Travis CI
39-
* Coveralls
40-

TEMPLATE-LICENSE.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

TEMPLATE-README.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

TEMPLATE-package.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

complete.sh

Lines changed: 0 additions & 14 deletions
This file was deleted.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "react-library-skeleton",
2+
"name": "redux-form-numeric-field",
33
"version": "0.0.0-development",
4-
"description": "my personal skeleton for React library NPM packages",
4+
"description": "a customized redux-form Field for entering numbers",
55
"main": "lib/index.js",
66
"scripts": {
77
"lint": "eslint src test stories --cache",
@@ -41,7 +41,7 @@
4141
},
4242
"repository": {
4343
"type": "git",
44-
"url": "git+https://github.com/jedwards1211/react-library-skeleton.git"
44+
"url": "https://github.com/jcoreio/redux-form-numeric-field.git"
4545
},
4646
"keywords": [
4747
"es2015",
@@ -51,9 +51,9 @@
5151
"author": "Andy Edwards",
5252
"license": "MIT",
5353
"bugs": {
54-
"url": "https://github.com/jedwards1211/react-library-skeleton/issues"
54+
"url": "https://github.com/jcoreio/redux-form-numeric-field/issues"
5555
},
56-
"homepage": "https://github.com/jedwards1211/react-library-skeleton#readme",
56+
"homepage": "https://github.com/jcoreio/redux-form-numeric-field#readme",
5757
"devDependencies": {
5858
"@commitlint/cli": "^5.2.5",
5959
"@commitlint/config-conventional": "^5.2.3",
@@ -104,4 +104,4 @@
104104
"dependencies": {
105105
"prop-types": "^15.0.0"
106106
}
107-
}
107+
}

template.json

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)