UNPKG

create-pocketflow

Version:

CLI tool to create PocketFlow projects

55 lines (37 loc) 1.03 kB
# Create PocketFlow A CLI tool to easily create PocketFlow projects using the TypeScript template. ## Usage ```bash npx create-pocketflow # or npx create-pocketflow my-app ``` ## Features - 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 ```bash # 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 ``` ## Publishing ```bash # Login to npm npm login # Publish the package npm publish ``` ## Future 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