UNPKG

858 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> ultra simple project scaffolding
10
11## Usage
12
13With Node.js:
14
15```bash
16# NPM
17npx aho user/repo [destination]
18# PNPM
19pnpm dlx aho user/repo [destination]
20```
21
22With Deno:
23
24```bash
25deno install --allow-net --allow-read --allow-write https://denopkg.com/egoist/aho@main/aho.ts
26
27aho user/repo [destination]
28```
29
30## Flags
31
32### `aho <repo> [destination]`
33
34Generate a project from `<repo>` to `[destination]`, destination defaults to current directory.
35
36### `--force`
37
38By default the command would abort if destination is not empty, use `--force` if you want to overwrite it.
39
40## License
41
42MIT &copy; [EGOIST](https://github.com/sponsors/egoist)