Skip to content

Latest commit

 

History

History
50 lines (25 loc) · 1.01 KB

README.md

File metadata and controls

50 lines (25 loc) · 1.01 KB

ReadMe File Generator

Projection Description

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.

Usage

Links

Built With

Contributions

Authors

Usage

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';

Links

https://www.npmjs.com/package/inquirer#documentation

Built With

Node.js

Inquirer.js

Fs.js

Contributions

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.

Authors

Amath Thiam thiamath95@gmail.com