0.1.3 • Published 6 years ago

generator-doc-skeleton v0.1.3

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

generator-doc-skeleton

A Yeoman generator to create readme and wiki files based on pre-defined structure.

readme: will contain all the generic stuff wiki: will contain all what is internal and needs to be shared between the committers of a project.

Prerequisities

npm install -g yo 

Usage

1- install the generator globally

npm install -g generator-doc-skeleton

2- run the generator from your project root folder

yo doc-skeleton

Verification

you can run this command to detect potential issues with the system that could prevent Yeoman from working correctly

yo doctor

Troubleshooting

if you have a complain about the generator not being installed then please update yo globally:

npm update -g yo

Author

© 2017 Sana Moussa https://delodi.net/en/team/sana-moussa

License

Licensed under the MIT license.

Acknowledgments

structure inspired from: Billie Thompson - readme template - PurpleBooth