🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

ex0

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ex0

A CLI for to quickstart apps with Cursor and agile workflow management

latest
Source
npmnpm
Version
0.0.1
Version published
Weekly downloads
3
50%
Maintainers
1
Weekly downloads
 
Created
Source

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@latest init --ide cursor

Initialize a new project:

npx codetie@latest 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

Keywords

cli

FAQs

Package last updated on 26 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts