aho
ultra simple project scaffolding
Install
curl -fsSL https://install.egoist.sh/aho.sh | bash -s -- -b /usr/local/bin
Or download a release manually.
Usage
aho user/repo [destination]
Flags
aho
[destination]
Generate a project from
to [destination]
, destination defaults to current directory.
is in the format of user/repo#branch_or_tag
, currently only GitHub repositories are supported. #branch_or_tag
is optional.
--force
By default the command would abort if destination is not empty, use --force
if you want to empty the dir before writing to it.
-p, --path
Extract a sub directory from
to [destination]
.
Sponsors
License
MIT © EGOIST