https://github.com/chances/template
Bootstrap new GitHub projects
https://github.com/chances/template
Last synced: about 1 month ago
JSON representation
Bootstrap new GitHub projects
- Host: GitHub
- URL: https://github.com/chances/template
- Owner: chances
- License: bsd-3-clause
- Created: 2019-11-26T01:30:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T09:51:25.000Z (over 3 years ago)
- Last Synced: 2025-02-10T00:07:02.298Z (over 1 year ago)
- Language: TypeScript
- Size: 885 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Template
Bootstrap new GitHub projects
### **This is unfinished software. Use at your own risk!**
[](https://oclif.io)
[](https://npmjs.org/package/@template-cli/template)
[](https://github.com/chances/template/actions)
[](https://codecov.io/gh/chances/template)
[](https://npmjs.org/package/@template-cli/template)
[](https://github.com/chances/template/blob/master/LICENSE)
* [Template](#template)
* [Usage](#usage)
* [Commands](#commands)
# Usage
```sh-session
$ npm install -g @template-cli/template
$ template COMMAND
running command...
$ template (-v|--version|version)
@template-cli/template/0.1.1 darwin-x64 node-v12.8.1
$ template --help [COMMAND]
USAGE
$ template COMMAND
...
```
# Commands
* [`template hello [FILE]`](#template-hello-file)
* [`template help [COMMAND]`](#template-help-command)
## `template hello [FILE]`
describe the command here
```
USAGE
$ template hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ template hello
hello world from ./src/hello.ts!
```
_See code: [src/commands/hello.ts](https://github.com/chances/template/blob/v0.1.1/src/commands/hello.ts)_
## `template help [COMMAND]`
display help for template
```
USAGE
$ template help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
```
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.2.1/src/commands/help.ts)_