1.0.0 • Published 4 years ago

default-readme-generator v1.0.0

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

Content that the module generates:

default-readme-generator

Global module made with Node.js that creates a default readme with all possible possibilities including title, table, fenced code blocks and syntax highlighting, among others.

Installation

    npm install default-readme-generator -g

Usage

in cmd, choose a folder and run the command:

    createDefaultReadme

Contributing

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.

License

MIT

Another featuress

Italic

italic text

Strong

strong text

Order list

  1. Item one
  2. Item two
  3. Item three

Unorderer list

  • Item one
  • Item two
  • Item three

this list also can be writted with '*' or '-' or '+'

Table

Attempt#1#2#3#4#5#6#7#8#9#10#11
Seconds301283290286289285287287272276269

Font size

h1

h2

h3

h4

h5
h6
1.0.0

4 years ago