fw2

0.3.3 • Public • Published

周刊格式化

npm version npm downloads

  • 统一邮件格式以及知乎专栏(格式化后,将生成两个文件,一个用于 email,一个用于 zhihu)
  • 生成 jekyll 格式的 markdown 文档

环境要求

项目使用 ES7 语法,建议使用 node8 运行此项目

使用方法

Installation

npm install fw2 -g

Execution

$ fw2
 
// 格式化 email 和 zhihu
$ fw2 format
 
// 指定格式化文件
$ fw2 format -i md/weekly.md
 
// 指定格式化后输出目录
$ fw2 f -o build
 
// 生成 Jekyll 文档
$ fw2 blog
 
// 指定生成 Jekyll 文档的原文件
$ fw2 b -i md/weekly.md

Help

Usage: fw2 [options] [command]
 
format ELSE weekly for email and zhihu
 
 
Options:
 
  -V, --version  output the version number
  -h, --help     output usage information
  -i, --input [in]    configure the input file
  -o, --output [out]  configure the output directory
 
 
Commands:
 
  format|f    format
  blog|b      generate blog markdown
  help [cmd]  display help for [cmd]

Readme

Keywords

none

Package Sidebar

Install

npm i fw2

Weekly Downloads

0

Version

0.3.3

License

MIT

Unpacked Size

48.1 kB

Total Files

16

Last publish

Collaborators

  • mirreal