@schrepa/create-graft-app
v0.1.0
Published
Scaffold a new Graft project
Maintainers
Readme
@schrepa/create-graft-app
Scaffold a new Graft project.
Usage
npx @schrepa/create-graft-app my-app
cd my-app
npm install
npm run devThen open the studio to browse and test your tools:
npm run studioWhat It Generates
The generated project includes a small greenfield Graft app:
src/app.ts— app bootstrap that registers the example toolssrc/tools/echo.ts— read-only example tool with examplessrc/tools/store-value.ts— side-effecting example tool with examplesREADME.md,package.json, andtsconfig.jsonwired for thegraftCLI from@schrepa/graft
License
Apache-2.0
