An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# create-leedom

[![npm](https://img.shields.io/npm/v/create-leedom?color=333&label=)](https://www.npmjs.com/package/create-leedom)

An easy way to create a new project.

create-leedom

## 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)