https://github.com/leedomjs/create-leedom
💃「优雅的命令行界面」Elegant CLI
https://github.com/leedomjs/create-leedom
clack cli scaffold
Last synced: 3 months ago
JSON representation
💃「优雅的命令行界面」Elegant CLI
- Host: GitHub
- URL: https://github.com/leedomjs/create-leedom
- Owner: leedomjs
- License: mit
- Created: 2024-04-01T15:36:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-15T14:42:16.000Z (about 1 year ago)
- Last Synced: 2025-03-11T14:50:09.031Z (3 months ago)
- Topics: clack, cli, scaffold
- Language: TypeScript
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# create-leedom
[](https://www.npmjs.com/package/create-leedom)
An easy way to create a new project.
## Usage
### online```bash
npm create leedom@latest# or you could give a word as initial project name
npm create leedom@latest my-project
```
Note that the tag name (`@latest`) **`MUST NOT`** be omitted, otherwise npm may resolve to a **`cached and outdated version`** of the package.### offline
```bash
# you must install create-leedom online first
pnpm install -g create-leedom# use it offline, of course online
create-leedom
```
In this way the CLI works fine, when you are offline. And it will use cache by default, whether you choose to use cache or not.## Action
## License
[MIT](https://github.com/leedomjs/create-leedom/blob/main/LICENSE)