henrybuilt-react-library
Advanced tools
Comparing version 0.5.2 to 1.0.0
{ | ||
"name": "henrybuilt-react-library", | ||
"version": "0.5.2", | ||
"version": "1.0.0", | ||
"description": "", | ||
@@ -17,2 +17,3 @@ "author": "maxhudson", | ||
"test": "cross-env CI=1 react-scripts test --env=jsdom", | ||
"test-coverage": "cross-env CI=1 react-scripts test --env=jsdom --coverage", | ||
"test:watch": "react-scripts test --env=jsdom", | ||
@@ -19,0 +20,0 @@ "build": "rollup -c", |
# `henrybuilt-react-library` | ||
## Setup | ||
## Development Setup | ||
1. npm install --save henrybuilt-react-library | ||
1. `git clone https://github.com/henrybuilt/henrybuilt-react-library.git` | ||
1. `npm install` | ||
1. `npm link` | ||
1. `npm test` | ||
1. set up eslint | ||
1. npm i -g eslint eslint-babel eslint-config-henrybuilt eslint-config-react-app eslint-plugin-flowtype eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-react | ||
1. `npm i -g eslint babel-eslint eslint-config-henrybuilt eslint-config-react-app eslint-plugin-flowtype eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-react` | ||
1. In Atom, update `linter-eslint` package setting 'Use global' | ||
## Starting development server | ||
## Usage | ||
1. To get started | ||
1. In one tab, run: `npm start` | ||
1. In another tab, run the create-react-app dev server: `cd ./example && npm start` | ||
1. `npm install --save henrybuilt-react-library` | ||
1. `import {Form, .....} from 'henrybuilt-react-library'` | ||
1. If developing while using: | ||
1. Inside your package folder | ||
1. `npm link henrybuilt-react-library` | ||
1. Inside henrybuilt-react-library | ||
2. `npm link` | ||
1. `npm start` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
23
2920
2
0
2