minus

0.0.3 • Public • Published

Minus, Express for minimalists.

Create an app:

require('minus');

get('/', function(req, res) {
    res.render('index');
});

Yes, The server will automatically start. No need to configure a static directory, or anything.

Let's say you do want to configure it:

set('view engine', 'ejs');

use(express.static(__dirname + 'assets'))

Versions

Current Tags

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

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    1
  • 0.0.2
    1
  • 0.0.1
    1

Package Sidebar

Install

npm i minus

Weekly Downloads

3

Version

0.0.3

License

none

Last publish

Collaborators

  • nhunzaker