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.
- Host: GitHub
- URL: https://github.com/jinjor/gisc
- Owner: jinjor
- License: mit
- Created: 2018-11-04T02:27:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-27T19:09:15.000Z (about 4 years ago)
- Last Synced: 2025-05-27T01:41:46.399Z (about 1 year ago)
- Topics: gisc, git, scaffolding
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/gisc
- Size: 444 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gisc

A scaffolding tool that uses Git repository.
[](https://travis-ci.org/jinjor/gisc)
[](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.