create-agentview
v0.1.13
Published
Create a new Agentview app.
Readme
create-agentview
Scaffold a new Agentview app from a bundled template.
Usage
npm create agentview@latest my_dirThis will copy the bundled template/ into my_dir.
Publishing (for maintainers)
The publish script will:
- Build the
template/fromapps/studio(excluding node_modules, .react-router, and common build artifacts) - Set the template
package.jsonname tomy-agentview-appand version to0.0.1 - Publish the package to npm
cd packages/create-agentview
npm run publish