aho
Version:
My awesome typescript library
38 lines (21 loc) • 772 B
Markdown
**💛 You can help the author become a full-time open-source maintainer by [sponsoring him on GitHub](https://github.com/sponsors/egoist).**
---
# aho
[](https://npm.im/aho)
## Usage
With Node.js:
```bash
npx aho user/repo [destination]
```
With Deno:
```bash
deno install --allow-net --allow-read --allow-write https://denopkg.com/egoist/aho@main/aho.ts
aho user/repo [destination]
```
## Flags
### `aho <repo> [destination]`
Generate a project from `<repo>` to `[destination]`, destination defaults to current directory.
### `--force`
By default the command would abort if destination is not empty, use `--force` if you want to overwrite it.
## License
MIT © [EGOIST](https://github.com/sponsors/egoist)