3.0.3 • Published 8 years ago

apeman-proto-app v3.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
8 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

8 years ago

3.0.2

8 years ago

3.0.1

8 years ago

3.0.0

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.14

8 years ago

1.0.13

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago