0.1.9 • Published 5 years ago

@smarterlabs/omni-yaml v0.1.9

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Omni Yaml Plugin

A plugin that allows you to use yaml config blocks in Omni-Directional Documents.

Installation

npm install @smarterlabs/omni-yaml --save

or

yarn add @smarterlabs/omni-yaml

Usage

import Omni  from '@smarterlabs/omni'
import omniYaml from '@smarterlabs/omni-yaml'

const omni = new Omni({
	input: `src`,
  output: `dist`,
  plugins: [
    omniYaml(),
  ],
})

omni.watch()

Example

0.1.8

5 years ago

0.1.7

5 years ago

0.1.9

5 years ago

0.1.4

5 years ago

0.1.6

5 years ago

0.1.3

5 years ago