create-pocketflow
v0.1.3
Published
CLI tool to create PocketFlow projects
Maintainers
Readme
Create PocketFlow
A CLI tool to easily create PocketFlow projects using the TypeScript template.
Usage
npx create-pocketflow
# or
npx create-pocketflow my-appFeatures
- Creates a new PocketFlow project with a TypeScript template
- Interactive command-line interface for customizing project setup
- Sets up all the necessary dependencies and structure
Development
# Clone the repository
git clone https://github.com/yourusername/create-pocketflow.git
cd create-pocketflow
# Install dependencies
npm install
# Link the package globally for local testing
npm link
# Now you can use it like this
create-pocketflow my-test-appPublishing
# Login to npm
npm login
# Publish the package
npm publishFuture Features
- [ ] Support for JavaScript template
- [ ] Support different package managers (yarn, pnpm, bun, deno etc.)
- [ ] Support for different project types (library, full stack, api etc.)
License
MIT
