1.5.0 ā€¢ Published 3 years ago

writemereadme v1.5.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

badge

šŸ‘‡ Description šŸ‘‡


A console application to streamline creating readme files for developers. Upon running WritemeREADME, the user is presented with a series of prompts that were created using inquirer. After completed the application then generates a new README.md file in the specified directory (last prompt).

The purpose is to make writing a solid README simpler and less time consuming.

Table of Contents


Installation Instructions šŸ“£


Download Manually

1) Clone this repo 2) Run npm i in root directory of your project.

NPM

npm install writemeREADME

Usage šŸ–±ļø


Cloned Directory

-Navigate to root directory of writemeREADME in terminal

-Type node index.js

-Answer Prompts

--To test it out you can use https://loremflickr.com/320/240 to generate random images as placeholders for screenshots section.

-You'll find your generated README in the directory you designated.

-Enjoy šŸ˜Ž

NPM Install

//imports module
const writeme = require('writemereadme')

//calls the function
writeme.init();
  • Then just use the application

Alternatively, you can very easily not answer any of the prompts and just let it create a nice template for you to fill out at your leisure.


License šŸ§‘ā€šŸ¤ā€šŸ§‘

badge This application is covered by the BSD_3_Clause license.

Contributors šŸ§‘ā€šŸ¤ā€šŸ§‘

Peter Roto

Screenshots & Video šŸ“·

Code SnapshotGenerated ProductActive Screenshot

Video

writemeREADME Demo

Questions ā”


For any issues or feedback please email me, find my email address below

(Subject: writemeREADME Support) :octocat: Find me on GitHub: Proto133 šŸ“¬ Email me with any questions: peterdroto@gmail.com


šŸ¤Æ ā€ƒ WHOA! ā€ƒ šŸ¤Æ
This README was generated with writemeREADME
1.5.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago