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

https://github.com/mihailgaberov/node-cli-gitinit

JavaScript Command Line Interface (CLI) with Node.js for initializing Github repos
https://github.com/mihailgaberov/node-cli-gitinit

cli git github javascript nodejs

Last synced: 3 months ago
JSON representation

JavaScript Command Line Interface (CLI) with Node.js for initializing Github repos

Awesome Lists containing this project

README

          

# JavaScript Command Line Interface (CLI) with Node.js for initializing Github repos

Done via [this tutorial](https://www.sitepoint.com/javascript-command-line-interface-cli-node-js/). Additional functionality added for completeness and self-training.

![Image of the app](https://github.com/mihailgaberov/node-cli-gitinit/blob/master/screenshot.png)

## Running The App

To run the app, follow these steps.

1. Ensure that [NodeJS](http://nodejs.org/) is installed.
3. From the project folder, execute the following command:

```shell
npm install
```

4. Making the gitinit command available globally

```shell
npm install -g
```

5. To use the app:

```shell
gitinit name-of-repository 'Repository description'
```