Skip to content

cur8d/create-cur8d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create-cur8d

Scaffold a new project from a cur8d template.

Usage

# Interactive
npx create-cur8d

# With arguments
npx create-cur8d my-app --template tsx
npx create-cur8d my-api --template py

Available Templates

Template Stack Repo
tsx TypeScript / Next.js cur8d/typescript
py Python cur8d/python

Development

Install Dependencies

pnpm install

Run Locally

You can run the script locally in a few ways:

1. Using ts-node (Recommended for development)

Run the script directly from source using ts-node:

# Interactive mode
pnpm run dev

# Or with arguments (pass args after --)
pnpm run dev -- my-app --template tsx

2. Using the Compiled Script

Build the project and run the output JavaScript file using Node:

pnpm run build
node dist/index.js my-app --template tsx

3. Using Mise Shell Aliases

If you have mise installed, you can use the configured shell aliases:

# Install dependencies
i

# Run in development mode
d

# Build the project
b

License

MIT © cur8d

About

CLI tool to scaffold new projects from cur8d templates

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors