refactor(cli): add nerve create command, remove init workflow
- Add top-level `nerve create` with `workflow` and `sense` subcommands - Move workflow scaffold from `init workflow` to `nerve create workflow` - Add `nerve create sense <name>` to scaffold sense boilerplate - Keep `nerve init` for workspace initialization only - Add tests for create workflow, create sense, and e2e Closes #188
This commit is contained in:
@@ -4,9 +4,7 @@
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"files": ["dist"],
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user