File tree Expand file tree Collapse file tree 7 files changed +12
-130
lines changed Expand file tree Collapse file tree 7 files changed +12
-130
lines changed Original file line number Diff line number Diff line change 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-
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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" ,
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" ,
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" ,
104104 "dependencies" : {
105105 "prop-types" : " ^15.0.0"
106106 }
107- }
107+ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments