This is a personal implementation of a readme generator. I find that I always seem to neglect my readme files by forgetting them. One reason for that being is because it's somewhat tedious. So I figured why not create a template that I can run with my program, that will generate some of the work so I dont have to do it haha.
If you run into issues running the code, go into the package.JSON file and add this "type":"module",
Javascript
import inquirer from 'inquirer';
import { appendFile } from 'fs';
https://www.npmjs.com/package/inquirer#documentation
Node.js
Inquirer.js
Fs.js
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Amath Thiam thiamath95@gmail.com