learnmore:一个快速在github上搭建日记的工具

时间:2024-06-28 07:59:03
【文件属性】:

文件名称:learnmore:一个快速在github上搭建日记的工具

文件大小:18KB

文件格式:ZIP

更新时间:2024-06-28 07:59:03

JavaScript

learnmore === 一个快速在github上搭建日记的工具 安装 $npm install -g learnmore 初始化 $lm init 在当前文件夹下生成日记框架,结构如下,日记写在source中,一些定制在learnmore.json中: CWD --- learnmore.json | +- source 新建日记 $lm new $lm new -d 2015/4/1 $lm new --date 2015/4/1 在source下新建一篇日记,默认新建今天的日记,可以如上确定生成日记的时间 构建日记 $lm build 构建日记,构建完成后的资源存放在__diary下 本地服务器 $lm server $lm server -p 3000 $lm server --port 3000 启动本地服务器,默认端口4000,可以通过-p和--port更


【文件预览】:
learnmore-master
----lib()
--------server.js(692B)
--------startup.js(627B)
--------new.js(1KB)
--------build.js(2KB)
--------publish.js(2KB)
--------util.js(4KB)
--------init.js(466B)
----LICENSE(1KB)
----assets()
--------index.html(3KB)
--------init.json(171B)
--------static()
----README.md(2KB)
----bin.js(3KB)
----.gitignore(526B)
----package.json(945B)

网友评论