3.3.3 • Published 6 years ago

@motorjs/engine v3.3.3

Weekly downloads
1
License
MIT
Repository
-
Last release
6 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

6 years ago

3.3.2

6 years ago

3.3.1

7 years ago

3.3.0

7 years ago

3.2.4

7 years ago

3.2.3

7 years ago

3.2.2

7 years ago

3.2.0

7 years ago

3.1.0

7 years ago

3.0.2

7 years ago

3.0.1

7 years ago

3.0.0

7 years ago