3.3.3 • Published 5 years ago

@motorjs/engine v3.3.3

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

Motor Engine

NOTE: if you are using @motorjs/cli you don't need to install this

Installation

using yarn

yarn add @motorjs/engine

using npm

npm i -S @motorjs/engine

Usage

const motor = require('@motorjs/engine')

const motorConfig = {
  templatesDir : path.resolve('templates'),
  outputDir : path.resolve('output'),
  viewsDir : path.resolve('views'),

  plugins: [
    new Pug()
    new Html()
  ]
}

motor(motorConfig)
3.3.3

5 years ago

3.3.2

5 years ago

3.3.1

5 years ago

3.3.0

6 years ago

3.2.4

6 years ago

3.2.3

6 years ago

3.2.2

6 years ago

3.2.0

6 years ago

3.1.0

6 years ago

3.0.2

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago