This extension for the gh
CLI provides the ability to easily start new projects
from our existing library of skeleton
repositories.
- A working installation of the
gh
CLI. - An authenticated GitHub account.
To install the extension:
gh extension install cisagov/gh-skeleton
To list the available skeletons:
gh skeleton list
To create a new local repository from a skeleton:
gh skeleton clone skeleton-generic my-repo
Additional help is available from the extension:
gh skeleton --help
To update the extension:
gh extension upgrade skeleton
To uninstall the extension:
gh extension remove skeleton
We welcome contributions! Please see CONTRIBUTING.md
for
details.
This project is in the worldwide public domain.
This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.
All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.