https://github.com/leedomjs/leedom-cli
🛠️「Leedom的命令行界面」Leedom CLI
https://github.com/leedomjs/leedom-cli
cli leedomjs vue
Last synced: 9 months ago
JSON representation
🛠️「Leedom的命令行界面」Leedom CLI
- Host: GitHub
- URL: https://github.com/leedomjs/leedom-cli
- Owner: leedomjs
- License: mit
- Created: 2022-11-18T04:44:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T14:57:39.000Z (over 1 year ago)
- Last Synced: 2025-03-01T23:16:29.811Z (10 months ago)
- Topics: cli, leedomjs, vue
- Language: JavaScript
- Homepage:
- Size: 248 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Leedom CLI
[](https://www.npmjs.com/package/@leedomjs/cli)

## Usage
### Install
```bash
pnpm install -g @leedomjs/cli
```
### Create a project
```bash
# 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
```
# Action
## License
[MIT](https://github.com/leedomjs/leedom-cli/blob/main/LICENSE)