@flwr/create-agent-experimental
v0.0.4
Published
Scaffold a new Flower agent from the template (`pnpm create @flwr/agent-experimental`).
Readme
@flwr/create-agent
CLI scaffolder for Flower agents. Powers pnpm create @flwr/agent / npm init @flwr/agent.
Flags (prompts when omitted and running in a TTY):
--name– base name/slug for the agent (defaults tomy-agent)--target– relative/absolute path to create the agent folder (defaults to./<name>)--force– overwrite an existing directory--no-color– disable ANSI colors in output
What it does
- Copies the bundled template directory into your target location.
- Renames fields in
package.jsonandmanifest.jsonbased on your--name. - Renames the agent class in
index.tsto<YourName>Agent(falls back toCustomAgent). - Prints next steps (
pnpm install,pnpm run build, etc.).
