Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fabiospampinato/template-autogit-plugin

A template for starting a new autogit plugin quickly.
https://github.com/fabiospampinato/template-autogit-plugin

autogit plugin template

Last synced: about 1 month ago
JSON representation

A template for starting a new autogit plugin quickly.

Awesome Lists containing this project

README

        

# template-autogit-plugin

A template for starting a new [autogit](https://github.com/fabiospampinato/autogit) plugin quickly.

## Install

Install the [`template`](https://github.com/fabiospampinato/template) CLI tool in your system.

Install the template locally with:

```sh
template install fabiospampinato/template-autogit-plugin autogit-plugin
```

## Usage

Create a new autogit plugin with:

```sh
template create autogit-plugin my-autogit-plugin
```

## License

MIT © Fabio Spampinato