Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "cfunc", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"main": "dist/bin.js", | ||
@@ -10,6 +10,6 @@ "license": "MIT", | ||
"build": "rm -rf dist && ncc -m build ./src/index.ts && cp bin.js ./dist/", | ||
"release": "yarn build && yarn publish --access=public" | ||
"release": "yarn build && yarn publish" | ||
}, | ||
"bin": { | ||
"fcli": "./dist/bin.js" | ||
"cfunc": "./dist/bin.js" | ||
}, | ||
@@ -22,3 +22,3 @@ "files": [ | ||
"type": "git", | ||
"url": "git+https://github.com/wittbulter/func-cli.git" | ||
"url": "git+https://github.com/wittbulter/cfunc.git" | ||
}, | ||
@@ -25,0 +25,0 @@ "devDependencies": { |
@@ -1,2 +0,2 @@ | ||
## fcli | ||
## cfunc | ||
@@ -11,7 +11,7 @@ Standard tooling for [`func`](https://github.com/wittbulter/func) development. | ||
1. create project: `npx fcli init` | ||
1. create project: `npx cfunc init` | ||
2. development: `npx fcli dev` | ||
2. development: `npx cfunc dev` | ||
3. build cli project: `nxp fcli build` | ||
3. build cli project: `nxp cfunc build` | ||
@@ -22,7 +22,7 @@ <br/> | ||
- `fcli init`: null. | ||
- `cfunc init`: null. | ||
- `fcli dev`: [-f, 'entry file'] | ||
- `cfunc dev`: [-f, 'entry file'] | ||
- `fcli build`: [-f, 'entry file'] [-o, 'output dir'] | ||
- `cfunc build`: [-f, 'entry file'] [-o, 'output dir'] | ||
@@ -29,0 +29,0 @@ <br/> |
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
85335