An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Template

Bootstrap new GitHub projects

### **This is unfinished software. Use at your own risk!**

[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/@template-cli/template.svg)](https://npmjs.org/package/@template-cli/template)
[![Build Status](https://github.com/chances/template/workflows/.github/workflows/ci.yml/badge.svg?branch=master)](https://github.com/chances/template/actions)
[![Codecov](https://codecov.io/gh/chances/template/branch/master/graph/badge.svg)](https://codecov.io/gh/chances/template)
[![Downloads/week](https://img.shields.io/npm/dw/@template-cli/template.svg)](https://npmjs.org/package/@template-cli/template)
[![License](https://img.shields.io/npm/l/@template-cli/template.svg)](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)_