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.
- Host: GitHub
- URL: https://github.com/jroliveira/.github
- Owner: jroliveira
- License: mit
- Created: 2020-06-20T17:14:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-13T22:55:29.000Z (almost 6 years ago)
- Last Synced: 2025-08-22T10:52:13.049Z (10 months ago)
- Topics: community, github, open-source
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
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).