notes-cli:基于命令行的注释

时间:2021-05-21 19:50:18
【文件属性】:
文件名称:notes-cli:基于命令行的注释
文件大小:7KB
文件格式:ZIP
更新时间:2021-05-21 19:50:18
JavaScript notes-cli 基于命令行的注释。 添加,删除,更新和列出注释。 安装 git clone https://github.com/emiljohansson/notes-cli cd /path/to/notes-cli npm link 用法 notes-cli add My first note. notes-cli add My second note. notes-cli list //=> [ { index: 0, date: 'Mon Jul 13 2015 10:02:48 GMT-0600 (MDT)', text: 'My first note.' }, { index: 1, date: 'Mon Jul 13 2015 10:04:19 GMT-0600 (MDT)', text: 'My second note.'
【文件预览】:
notes-cli-master
----listnotes.js(170B)
----updatenote.js(746B)
----.jshintrc(224B)
----totext.js(179B)
----removenote.js(563B)
----help.txt(447B)
----tojson.js(212B)
----addnotes.js(206B)
----help.js(177B)
----license(1KB)
----makelist.js(366B)
----ls.js(389B)
----addnote.js(316B)
----clearfilecontent.js(160B)
----.gitignore(33B)
----index.js(961B)
----readme.md(963B)
----note.js(192B)
----package.json(415B)

网友评论