Skip to content

CLI for scaffolding Motia projects with Node.js, Python, or mixed language support

License

Notifications You must be signed in to change notification settings

MotiaDev/motia-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

motia-cli

CLI for scaffolding Motia projects with support for Node.js, Python, or mixed language templates.

Install

curl -fsSL https://raw.githubusercontent.com/MotiaDev/motia-cli/main/install.sh | sh

Or via Homebrew (after the tap is set up):

brew tap MotiaDev/tap
brew install motia-cli

Usage

motia-cli create [project-name]

Interactive prompts will guide you through:

  • Project folder name
  • Language selection (Node.js, Python, or Mixed)
  • iii installation check

Prerequisites

  • iii - The Motia runtime. Install with: curl -fsSL https://install.iii.dev/iii/main/install.sh | sh
  • Node.js (for Node.js or Mixed) - Node.js 18+
  • Python (for Python or Mixed) - Python 3.10+, uv

About

CLI for scaffolding Motia projects with Node.js, Python, or mixed language support

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors