@leedomjs/cli
v0.9.0
Published
Command line interface for Leedom
Downloads
44
Readme
Leedom CLI
Usage
Install
pnpm install -g @leedomjs/cli
Create a project
# It will give you a default project name (my-project)
# You can input and rename it
leedom create
# or you can input your project name directly
leedom create my-project