1.0.10 • Published 7 months ago

codetie v1.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

codetie

A CLI to build interactive web projects in a modern, AI-friendly environment. This version includes IDE configuration initialization and a minimal project planning system designed to handle essential planning documents (PRD, architecture, story) and optionally auto-generate rules for your AI environment if needed.

Installation

npm i codetie -g

Or run with npx:

npx codetie@latest init

## Usage

Initialize IDE configuration:

npx codetie init --ide cursor

Initialize a new project:

npx codetie init myapp

Then optionally install the agile-lite workflow:

cd myapp
npx codetie workflow agile-lite

You can fully customize these templates or rename them as needed.

## Commands

- **codetie init [--ide cursor|windsurf|cline|copilot]**
  Initializes configuration files for the specified AI-powered IDE.

- **codetie init [projectName]**
  Creates a new project from a recommended starter template or from another template.

- **codetie workflow [workflowName]**
  Installs the chosen workflow's devnotes (like agile-lite) into your project.

- **codetie add [componentName]**
  Adds a new component to your project.

## Contributing

Contributions and ideas are welcome. Submit pull requests or discuss improvements.

## License

MIT
1.0.10

7 months ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago