npm.io
1.0.2 • Published 8 years ago

apeman-scff-db v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

apeman-scff-db

Build Status npm Version JS Standard

Scaffold for database projects

Installation

npm install apeman-scff-db --save-dev

Usage

'use strict'

const apemanScff = require('apeman-scff')
const scff = require('apeman-scff-db')

apemanScff(scff, 'project/my-awesome-project', {
  silent: false,
  force: false
}).then(() => {
  /* ... */
})

Template Files

  • ci/build.js
  • ci/format.js
  • ci/release.js
  • ci/share.js
  • ci/test.js
  • ci/update.js
  • doc/guides/01.Installation.md.hbs
  • doc/guides/02.Usage.md.hbs
  • doc/links.json
  • doc/overview.md
  • example/example-usage.js
  • lib/create.js
  • lib/dev.js
  • lib/index.js
  • lib/methods/base_methods.js
  • lib/models/base.json
  • lib/models/resignation.json
  • lib/models/session.json
  • lib/models/user_o_auth.json
  • lib/models/user_profile.json
  • lib/models/user_realm.json
  • lib/models/user_recover.json
  • lib/models/user_sign.json
  • lib/models/user_verify.json
  • lib/models/user.json
  • lib/seeds/development/00.user_seed.js
  • lib/seeds/development/01.user_sign_seed.js
  • lib/seeds/development/02.user_realm_seed.js
  • lib/seeds/test/00.user_seed.js
  • lib/seeds/test/01.user_sign_seed.js
  • lib/seeds/test/02.user_realm_seed.js
  • package.json
  • README.md
  • test/_setup.js
  • test/create_test.js
  • test/dev_test.js
  • test/mocha.opts

License

This software is released under the MIT License.

Links

  • apeman
  • apeman-scff-labo
apemanscaffold
co
@everything-registry/sub-chunk-1149apeman-scff
1.0.2

8 years ago

1.0.0

8 years ago

contact@npm.io