Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cfunc

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cfunc - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

8

package.json
{
"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/>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc