Table of Contents
A simple console app that can generate awesome readme file for your projects
- Ruby
- ERB
- Rubocop
- Generate readme quickly
- Simple, easy-to-use
- Command line interface
To run this project locally, follow these steps.
In order to run this project you need Ruby installed on your machine.
Clone this repository to your desired foler.
cd my-project
git clone git@github.com:IndieCoderMM/readme-generator.git .
Intall this project with:
gem install
To run the project, execute the following command:
ruby main.rb
To run tests, run the following command:
rspec spec
I am always looking for ways to improve my project. If you have any suggestions or ideas, I would love to hear from you.
Hein Thant
- Improve template
- Organize code
Contributions, issues, and feature requests are welcome!
If you like this project, please consider giving it a ⭐.
This project is MIT licensed.
This readme is generated by readme-generator