makereadme 0.3.0

A simple CLI made to create a README.md for your repository
Documentation
1
2
3
4
5
use makereadme::run;

fn main() { 
    run();
}