Readme使用手册
ReadMe
readme 是一个自动生成
readme
的工具开源项目地址:https://github.com/kefranabg/readme-md-generator
开源项目作者:Franck Abgrall
用法
npx 用法
Make sure you have npx installed (npx is shipped by default since npm 5.2.0)
Just run the following command at the root of your project and answer questions:
npx readme-md-generator
Or use default values for all questions (-y):
npx readme-md-generator -y
Use your own ejs README template (-p):
npx readme-md-generator -p path/to/my/own/template.md
You can find ejs README template examples here.、
Windows 系统使用
readme
Or use default values for all questions (-y):
readme -y
Use your own ejs README template (-p):
readme -p D:my/own/template.md
本文来自博客园,作者:StimuMing,转载请注明原文链接:https://www.cnblogs.com/fole-del/p/17451355.html