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
- Host: GitHub
- URL: https://github.com/mihailgaberov/node-cli-gitinit
- Owner: mihailgaberov
- Created: 2017-04-28T08:20:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T08:52:38.000Z (over 3 years ago)
- Last Synced: 2025-03-11T10:47:48.737Z (over 1 year ago)
- Topics: cli, git, github, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 122 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## 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'
```