babel-cli-plugin
Advanced tools
Comparing version 1.0.14 to 1.0.15
{ | ||
"name": "babel-cli-plugin", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "a simple plugin develop cli with babel", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,22 +0,18 @@ | ||
## Introduce | ||
## Introduce | ||
this is a simple self use cli for making npm package with babel | ||
## Base on | ||
node `8.6.0` | ||
npm `5.3.0` | ||
node `8.6.0` | ||
npm `5.3.0` | ||
babel `6.24.1 (babel-core 6.25.0)` | ||
### Quick to start | ||
1.make sure you have install babel npm with global | ||
2.download this project | ||
3.npm install | ||
4.npm run dev `develop mode` | ||
5.npm run build `build mode` | ||
6.npm publish | ||
1.make sure you have install babel npm with global | ||
2.download this project | ||
3.npm install | ||
4.npm run dev `develop mode` | ||
5.npm run build `build mode` | ||
6.npm publish | ||
### Directory | ||
``` | ||
@@ -23,0 +19,0 @@ |-- lib #npm publish folder |
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
6109
29