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

https://github.com/jinjor/gisc

A scaffolding tool that uses Git repository.
https://github.com/jinjor/gisc

gisc git scaffolding

Last synced: 12 months ago
JSON representation

A scaffolding tool that uses Git repository.

Awesome Lists containing this project

README

          

# gisc

A scaffolding tool that uses Git repository.

[![Build Status](https://travis-ci.org/jinjor/gisc.svg)](https://travis-ci.org/jinjor/gisc)
[![Build status](https://ci.appveyor.com/api/projects/status/2f4mptff4upxn52v?svg=true)](https://ci.appveyor.com/project/jinjor/gisc)

```console
$ npm install -g gisc
```

## Example

```console
$ gisc get jinjor/gisc example my-project
```

```console
$ gisc add ex jinjor/gisc example
$ gisc ex my-project
```

Run `gisc --help` to see more details.