No description
Establish a formal convention for Git commit messages to improve the clarity and readability of the project's history. This standard follows the Conventional Commits specification and will enable potential future automation for changelog generation. |
||
|---|---|---|
| .idea | ||
| .gitignore | ||
| CHANGELOG.md | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| README.md | ||
[Project Title]
[One-line description of what this project does.]
Table of Contents
About The Project
Built With:
Getting Started
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
Prerequisites
- npm
npm install npm@latest -g
Installation
- Clone the repo
git clone https://gitlab.com/rideaware/[repo-name].git - Install NPM packages
npm install
Usage
import { awesomeFeature } from "rideaware-project";
const result = awesomeFeature();
console.log(result);
Contributing
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Please read our CONTRIBUTING.md for details on our code of conduct, and the process for submitting merge requests to us.
License
Distributed under the GNU AGPLv3 License. See LICENSE for more information.
Contact
Blake - blake@rideaware.org
Project Link: https://gitlab.com/rideaware/[repo-name]