A CLI tool to easily create PocketFlow projects using the TypeScript template.
npx create-pocketflow
# or
npx create-pocketflow my-app
- 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
# 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-app
# Login to npm
npm login
# Publish the package
npm publish
- Support for JavaScript template
- Support different package managers (yarn, pnpm, bun, deno etc.)
- Support for different project types (library, full stack, api etc.)
MIT