Giter Site home page Giter Site logo

markbook's Introduction

Markbook

写作《深入浅出Node.js》的过程中用到的一些脚本,用于将文章切分成小章节。这里封装成模块工具,使得可以更便利地生成电子书。

Feature

  • 自动根据标题生成索引,无需在写作时拆分,令你写作更流畅

Installation

$ npm install markbook -g

约定

源码目录:

sources
├── 01_Introduction.md // 第1章,按{dd}_{章节名}.md
├── 02_Module.md // 第2章,按{dd}_{章节名}.md
├── figures // 如果有图片,请放在此目录下
└── README.md // 用来做说明页

Usage

$ # build it
$ markbook sourcesDir outputDir --book "Your book name"
$ # serve it
$ npm install anywhere -g # optional
$ cd outputDir
$ anywhere

License

The MIT License

markbook's People

Contributors

jacksontian avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.