Skip to content

Commit 7a8420e

Browse files
committed
pollinate project
1 parent 8ae1434 commit 7a8420e

File tree

7 files changed

+12
-135
lines changed

7 files changed

+12
-135
lines changed

README.md

Lines changed: 6 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,14 @@
1-
# react-library-skeleton
1+
# react-render-props-script-loader
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/react-render-props-script-loader.svg?branch=master)](https://travis-ci.org/jcoreio/react-render-props-script-loader)
4+
[![Coverage Status](https://codecov.io/gh/jcoreio/react-render-props-script-loader/branch/master/graph/badge.svg)](https://codecov.io/gh/jcoreio/react-render-props-script-loader)
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+
an easier to use dynamic script loader
99

10-
## Quick start
10+
## Installation
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 react-render-props-script-loader
1714
```
18-
19-
## Tools used
20-
21-
* babel 6
22-
* babel-preset-env
23-
* mocha
24-
* chai
25-
* istanbul
26-
* nyc
27-
* babel-plugin-istanbul
28-
* eslint
29-
* eslint-watch
30-
* flow
31-
* flow-watch
32-
* enzyme
33-
* jsdom
34-
* husky
35-
* commitmsg: uses `validate-commit-msg`
36-
* precommit: runs `eslint` and `flow`
37-
* prepush: runs tests
38-
* semantic-release
39-
* Travis CI
40-
* Coveralls
41-

TEMPLATE-LICENSE.md

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

TEMPLATE-README.md

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

TEMPLATE-package.json

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

complete.sh

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

package.json

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "react-library-skeleton",
2+
"name": "react-render-props-script-loader",
33
"version": "0.0.0-development",
4-
"description": "my personal skeleton for React library NPM packages",
4+
"description": "an easier to use dynamic script loader",
55
"main": "index.js",
66
"module": "es/index.js",
77
"modules.root": "es",
@@ -46,7 +46,7 @@
4646
},
4747
"repository": {
4848
"type": "git",
49-
"url": "git+https://github.com/jedwards1211/react-library-skeleton.git"
49+
"url": "https://github.com/jcoreio/react-render-props-script-loader.git"
5050
},
5151
"keywords": [
5252
"es2015",
@@ -56,9 +56,9 @@
5656
"author": "Andy Edwards",
5757
"license": "MIT",
5858
"bugs": {
59-
"url": "https://github.com/jedwards1211/react-library-skeleton/issues"
59+
"url": "https://github.com/jcoreio/react-render-props-script-loader/issues"
6060
},
61-
"homepage": "https://github.com/jedwards1211/react-library-skeleton#readme",
61+
"homepage": "https://github.com/jcoreio/react-render-props-script-loader#readme",
6262
"devDependencies": {
6363
"@commitlint/cli": "^6.0.2",
6464
"@commitlint/config-conventional": "^6.0.2",
@@ -80,9 +80,6 @@
8080
"babel-plugin-transform-class-properties": "^6.24.1",
8181
"babel-plugin-transform-export-extensions": "^6.22.0",
8282
"babel-plugin-transform-object-rest-spread": "^6.26.0",
83-
"babel-plugin-transform-runtime": "^6.23.0",
84-
"babel-preset-env": "^1.7.0",
85-
"babel-preset-flow": "^6.23.0",
8683
"babel-preset-stage-1": "^6.24.1",
8784
"babel-register": "^6.23.0",
8885
"babel-runtime": "^6.23.0",
@@ -116,4 +113,4 @@
116113
"dependencies": {
117114
"prop-types": "^15.0.0"
118115
}
119-
}
116+
}

template.json

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

0 commit comments

Comments
 (0)