3.0.3 • Published 9 years ago

apeman-proto-app v3.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

apeman-proto-app

Build Status Code Climate Code Coverage npm Version JS Standard

Prototype for app project.

Installation

$ npm install apeman-proto-app --save

Usage

'use strict'

module.exports = {
  $pkg: { /* ... */ },
  $proto: [
    // Inherit apeman-proto-app project.
    require('apeman-proto-app')
  ],
  $tmpls: { /* ... */ },
  $tasks: { /* ... */ }
}

Apemanfile Configurations

$pkg

NameValue
nameapeman-proto-app
version3.0.3
descriptionPrototype for app project.

$proto

$tmpls

PathForceModeTmplData
constants/.constants.js.budfalse'644'#!/usr/bin/env node /** * Bud file ...{"year":2016,"params":{"type":"consts...
constants/index.jsfalse'644'/** * Exports constants modules. * ...{"params":{},"generator":"apeman-tmpl...
errors/.html.budfalse'644'/** * Bud file for error * Executin...{"year":2016,"params":{"type":"error"...
middlewares/index.jsfalse'644'/** * Exports middleware modules. *...{"params":{},"generator":"apeman-tmpl...
public/humans.txtfalse'644'{{! apeman-tmpl-humans }} /* TEAM */ ...{"params":{},"generator":"apeman-tmpl...
public/robots.txtfalse'644'{{! apeman-tmpl-robot }}# robot.txt #...{"params":{"disallow":["errors","tmp"...
routes/index.jsfalse'644'/** * Exports route modules. * * G...{"params":{},"generator":"apeman-tmpl...
settings/index.jsfalse'644'/** * Project settings. * * Genera...{"params":{},"generator":"apeman-tmpl...
tests/.test.js.budfalse'644'#!/usr/bin/env node /** * Bud file ...{"year":2016,"params":{"type":"route-...

$tasks

NameDescription
app:fmtFormat a json file.
app:mkdirGenerate directories for app.
app:renderRender bud files.
app:test"mocha:run"
mocha:mkdirGenerate directories for project with mocha.
mocha:renderRender files for project with mocha.
mocha:runRun mocha tests.
test:mkdirGenerate directories.
test:renderRender coz bud files.
wtch:listList available watches.
wtch:startStart all watches.

$wtchs

NameDescription
app:render{"pattern":"+(errorsconstantspublicroutestestssettings)/*/..bud"}
test:render{"pattern":"tests/*/..bud"}

$needs

BinHow to install
apemannpm install -g apeman
mochanpm install -g mocha

License

This software is released under the MIT License.

Links

3.0.3

9 years ago

3.0.2

9 years ago

3.0.1

9 years ago

3.0.0

9 years ago

2.0.2

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.2.1

9 years ago

1.2.0

9 years ago

1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.14

9 years ago

1.0.13

9 years ago

1.0.12

9 years ago

1.0.11

9 years ago

1.0.10

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago