Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CodeChefVIT/template
README.md template for all projects.
https://github.com/CodeChefVIT/template
codechefvit markdown projects readme recordit template ttystudio
Last synced: 3 months ago
JSON representation
README.md template for all projects.
- Host: GitHub
- URL: https://github.com/CodeChefVIT/template
- Owner: CodeChefVIT
- License: mit
- Created: 2020-02-01T19:34:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-20T06:05:50.000Z (over 2 years ago)
- Last Synced: 2024-04-13T21:53:44.252Z (7 months ago)
- Topics: codechefvit, markdown, projects, readme, recordit, template, ttystudio
- Language: PowerShell
- Homepage:
- Size: 35.2 KB
- Stars: 7
- Watchers: 3
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - CodeChefVIT/template - README.md template for all projects. (PowerShell)
README
Project Title
> Include project description here.
---
[![DOCS](https://img.shields.io/badge/Documentation-see%20docs-green?style=flat-square&logo=appveyor)](INSERT_LINK_FOR_DOCS_HERE)
[![UI ](https://img.shields.io/badge/User%20Interface-Link%20to%20UI-orange?style=flat-square&logo=appveyor)](INSERT_UI_LINK_HERE)
[![GitHub Super-Linter](https://github.com///workflows/Lint%20Code%20Base/badge.svg)](https://github.com/marketplace/actions/super-linter)
## Features
- Insert list of features here## Screenshots
## Dependencies
- < dependency >
- < dependency >
## Instructions#### Directions to Install
```sh
$ git clone https://github.com/CodeChefVIT/
$ cd
$ npm install
```
#### Directions to Run
```sh
$ npm serve
```
## Contributors
John Doe
John Doe
## License
[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org)
Made with :heart: by CodeChef-VIT