首页 > 其他分享 >Readme使用手册

Readme使用手册

时间:2023-06-02 12:14:13浏览次数:41  
标签:md own generator readme 使用手册 npx template Readme

title: Readme 工具使用手册
categories:
  - 手册

目录

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

标签:md,own,generator,readme,使用手册,npx,template,Readme
From: https://www.cnblogs.com/fole-del/p/17451355.html

相关文章

  • GitLib详细使用手册(windows系统)
    Git是一个开源的分布式版本控制系统,可以有效、高速地处理从很小到非常大的项目版本管理。对gitlab的常见的使用有建立仓库、提交代码、更新代码、回滚代码、显示/修改日志、拉取分支、解决冲突、设置比较工具等一、安装git下载官网地址: https://git-scm.com/downloads根据操......
  • The Org2Blog Project README.org
    AboutBlogfromOrgmodetoWordPress.TableofContentsAboutTableofContentsRequirementsAndCompatibilityInstallationUsingAPackageUse-PackageInstallThePackageYourselfBuildThePackageYourselfSettingUpTheSourceCodeByHandUsag......
  • The GitHub Project xm-rpc-el/xml-rpc-el README.org
    Commentary:ThisisanXML-RPCclientimplementationinelisp,capableofbothsynchronousandasynchronousmethodcalls(usingtheurlpackage'sasyncretrievalfunctionality).XML-RPCisremoteprocedurecallsoverHTTPusingXMLtodescribethefu......
  • 奇安信使用手册
    0.0登录账号为学号初始密码为123@Qweasd首次进入会自动更改密码1.0主界面2.0添加课程自主学习目光锁定左侧导航栏点击自主学习首次进入是没有任何课程(我是因为自己添加一次课程才有课)目光锁定右上角添加每个课右上角都有的标志,点击即可加入课程选择课程后,点击左......
  • xlwings 使用手册
    前言本人目前也在学习中,仍有不足或考虑不全面的地方.如若发现文档内容存在错误请联系我更改.谢谢!pip国内源清华大学:https://pypi.tuna.tsinghua.edu.cn/simple/阿里云:http://mirrors.aliyun.com/pypi/simple/中国科学技术大学:http://pypi.mirrors.ustc.edu.cn/simple/华......
  • xlwings 使用手册
    前言本人目前还是学习阶段,编写内容如有错误还望指出,勿喷!本内容主要方便查找模块方法安装和导入模块pipinstallxlwings-ihttps://pypi.tuna.tsinghua.edu.cn/simpleimporxlwingsasxw创建excel程序importxlwingsasxwwithxw.App(visible=False,add_book=Fals......
  • 第一次写随笔,本文用于测试 xlwings 使用手册
    xlwings使用手册本人目前也在学习中,如发现编写内容存在错误,请及时与我联系,勿喷!单纯的api使用,以及部分实例.主要用于快速查找方法和参数.非教学内容转载请注明来源,谢谢安装和导入模块安装模块pipinstallxlwings-ihttps://pypi.tuna.tsinghua.edu.cn/simple导......
  • 第一次写随笔,本文用于测试 xlwings 使用手册
    xlwings使用手册本人目前也在学习中,如发现编写内容存在错误,请及时与我联系,勿喷!单纯的api使用,以及部分实例.主要用于快速查找方法和参数.非教学内容转载请注明来源,谢谢安装和导入模块安装模块pipinstallxlwings-ihttps://pypi.tuna.tsinghua.edu.cn/simple导......
  • 架构readme
    IT架构师技术知识图谱https://www.cnblogs.com/kingsonfu/p/9329669.html   架构分析设计方法TOGAF、DODAFDDD  架构分类什么是架构以及架构的分类https://blog.csdn.net/maoyeqiu/article/details/106062438  其他4+1视图(5视图)PhilippeKruchten论文《The......
  • Kibana查询语法使用手册【转】
    阅读目录全文搜索按字段搜索通配符搜索匹配单一字符匹配任意多个字符范围搜索布尔搜索分组搜索转义特殊字符速查全文搜索在搜索栏输入login,会返回所有字段值中包含login的文档使用双引号包起来作为一个短语搜索"likeGecko" 也可以按页面左侧显示的字段搜索限定......