0.3.0 • Published 7 years ago

penguin.js-core v0.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

penguin.js-core

This package includes the build API for the penguin.js CMS.

Usage

'use strict'

const { build } = require('penguin.js-core')

// These are the options you can pass to the build command with their default
// values.
const templatePrefix = 'pack'
const databasePrefix = 'data'
const output = 'dist'

build({ templatePrefix, databasePrefix, output })

This will produce an output directory dist/ that includes all statically built files. The source for this directory is taken from the pack/ directory. Take a look at penguin.js to understand how pack/ is is produced.

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago

0.0.0

7 years ago