felt-recipe-standard

0.2.0 • Public • Published

felt-recipe-standard

This is a standard recipe for Felt.

$ npm install felt-recipe-standard

Usage via CLI

$ felt --recipe standard --src public

Usage via Express

'use strict'
const 
  express = require('express'),
  felt = require('felt'),
  recipe = require('felt-recipe-standard')
 
const 
  app = express(),
  flavor = { src: 'public' }
 
app.use(felt(recipe, flavor))
app.use(express.static('public'))
app.listen(3000)

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.2.0
    1
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i felt-recipe-standard

Weekly Downloads

1

Version

0.2.0

License

MIT

Last publish

Collaborators

  • cognitom