tinypost

0.0.2 • Public • Published

Tinypost

Usage

tinypost.config.js

const { markdown } = require('tinypost/middlewares');
 
module.export = {
  outDir: 'build',
  parse,
  ext: ['.md', '.markdown']
  middlewares: [
    markdown(),
  ],
}

root priority

  • use config.cwd in tiny.config.js.
  • use process.cwd() if --config options.
  • nearest package.json dirname.
  • process.cwd()

/tinypost/

    Package Sidebar

    Install

    npm i tinypost

    Weekly Downloads

    0

    Version

    0.0.2

    License

    MIT

    Unpacked Size

    17.8 kB

    Total Files

    6

    Last publish

    Collaborators

    • zeakd