react-creates
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -7,2 +7,19 @@ ### Changelog | ||
#### [v1.0.11](https://github.com/tzachbon/react-creates/compare/v1.0.10...v1.0.11) | ||
> 18 August 2020 | ||
- docs(clli): `1.0.10` [`43a24e3`](https://github.com/tzachbon/react-creates/commit/43a24e355bdb85d3fc473fbd2ffcda24d23c24bb) | ||
- docs(cli): add vscode link [`6508978`](https://github.com/tzachbon/react-creates/commit/6508978ee0b62a02d854feee77b6ad2395debac4) | ||
#### [v1.0.10](https://github.com/tzachbon/react-creates/compare/v1.0.9...v1.0.10) | ||
> 18 August 2020 | ||
- Feature cli component skip test [`#17`](https://github.com/tzachbon/react-creates/pull/17) | ||
- feat(cli): Can skip test files with: `--skip-test` #11 [`#15`](https://github.com/tzachbon/react-creates/pull/15) | ||
- New react-scripts version: `1.0.10` [`bbffd5c`](https://github.com/tzachbon/react-creates/commit/bbffd5c43bf413e549fe8c25165da536585af461) | ||
- docs(cli): update readme [`35ea1fe`](https://github.com/tzachbon/react-creates/commit/35ea1fe9d855d2aba9926aa83b6d71bc6d1a74db) | ||
- docs(cli): update description [`fd9b769`](https://github.com/tzachbon/react-creates/commit/fd9b769775e78b79df1cddcf10515f055d18d610) | ||
#### [v1.0.9](https://github.com/tzachbon/react-creates/compare/v1.0.8...v1.0.9) | ||
@@ -9,0 +26,0 @@ |
{ | ||
"name": "react-creates", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "React creates for you useful and common tools that adapt themselves to your project for faster and easier development", | ||
@@ -26,5 +26,4 @@ "files": [ | ||
"deploy:minor": "node deploy -m", | ||
"predeploy": "npm run build && npm run deploy:patch", | ||
"predeploy": "npm run build && npm run deploy:patch && node deploy -t && npm run version && node deploy -g", | ||
"deploy": "npm publish", | ||
"postdeploy": "npm run version && node deploy -g", | ||
"version": "npx auto-changelog" | ||
@@ -31,0 +30,0 @@ }, |
@@ -18,2 +18,3 @@ <p align="center"> | ||
- [Getting Started ⬇️](#getting-started-⬇️) | ||
- [Feeling Lazy](#feeling-lazy) | ||
- [Features](#features) | ||
@@ -34,3 +35,3 @@ - [Component](#component) | ||
Writer this in the terminal inside your react project: | ||
Write this in the terminal inside your react project: | ||
@@ -49,2 +50,6 @@ `npx react-creates component MyComponent` | ||
## Feeling Lazy | ||
Try the [VSCode extension](https://marketplace.visualstudio.com/items?itemName=TzachBonfil.react-creates-vsc) | ||
# Features | ||
@@ -51,0 +56,0 @@ |
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
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
50050
105