https://github.com/timdavish/ginit-cli
A cli for easy `git init`ing.
https://github.com/timdavish/ginit-cli
cli git init
Last synced: 9 months ago
JSON representation
A cli for easy `git init`ing.
- Host: GitHub
- URL: https://github.com/timdavish/ginit-cli
- Owner: timdavish
- License: mit
- Created: 2018-01-10T17:43:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-13T21:05:23.000Z (almost 8 years ago)
- Last Synced: 2024-11-07T03:19:22.557Z (about 1 year ago)
- Topics: cli, git, init
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/ginit-cli
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ginit CLI [![travis][travis]][travis-url]
A cli for easy `git init`ing.
## Install
```bash
$ npm install -g ginit-cli
```
## Usage
```
$ ginit --help
Usage
ginit [command] [option]
The command argument is optional. If no command is provided,
then the init command will be run by default.
Commands
auth Sign into github
init Initialize current directory as git repository
Options
--interactive, -i Enter interactive mode
--force, -f Force initialization
--version, -v Print version
--help, -h Print help
Examples
ginit auth # Sign into github
ginit # Initialize current directory as git repository
ginit -i # Enter interactive mode
```
[travis]: https://travis-ci.org/timdavish/ginit-cli.svg
[travis-url]: https://travis-ci.org/timdavish/ginit-cli