UNPKG

772 BMarkdownView Raw
1**💛 You can help the author become a full-time open-source maintainer by [sponsoring him on GitHub](https://github.com/sponsors/egoist).**
2
3---
4
5# aho
6
7[![npm version](https://badgen.net/npm/v/aho)](https://npm.im/aho)
8
9## Usage
10
11With Node.js:
12
13```bash
14npx aho user/repo [destination]
15```
16
17With Deno:
18
19```bash
20deno install --allow-net --allow-read --allow-write https://denopkg.com/egoist/aho@main/aho.ts
21
22aho user/repo [destination]
23```
24
25## Flags
26
27### `aho <repo> [destination]`
28
29Generate a project from `<repo>` to `[destination]`, destination defaults to current directory.
30
31### `--force`
32
33By default the command would abort if destination is not empty, use `--force` if you want to overwrite it.
34
35## License
36
37MIT &copy; [EGOIST](https://github.com/sponsors/egoist)