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

https://github.com/jroliveira/.github

My open source project template.
https://github.com/jroliveira/.github

community github open-source

Last synced: 2 months ago
JSON representation

My open source project template.

Awesome Lists containing this project

README

          

# .github

My open source project template

## Developing

### Built With

- [Node.js](https://nodejs.org/en/)

### Pre requisites

Download and install:

- [Node.js](https://nodejs.org/en/download/)

### Setting up Dev

``` bash
# Clone this repository
$ git clone https://github.com/jroliveira/.github.git

# Go into the repository
$ cd .github

# Download node packages and install Cake
$ npm install
```

## Licensing

The code is available under the [MIT license](LICENSE.txt).