express/init
Source
Usage
bash
npm exec saf-workflow kickoff express/init <name> <path>To run this workflow automatically, tell the agent to:
- Navigate to the target package
- Run this command
- Follow the instructions until done
Checklist
When run, the workflow will:
- Copy template files and rename placeholders.
- Change working directory to services/example
- Run
npm install - Run
npm test
Help Docs
bash
Usage: npm exec saf-workflow kickoff express/init <name> <path>
Create an Express HTTP service package
Arguments:
name The name of the HTTP service package to create (e.g., 'user-http' or 'analytics-http')
Example: "example-http"
path The path to the target directory for the HTTP service package (e.g., './services/example')
Example: "./services/example"