Skip to content

The-Pocket/PocketFlow-Template-Typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create PocketFlow

A CLI tool to easily create PocketFlow projects using the TypeScript template.

Usage

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

# 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

# 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

About

Agentic Coding for Typescript- Pocket Flow Project Template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published