0.4.1 • Published 10 years ago
boun v0.4.1
Boun
How to 'boun' your TCB web app.
Quick Setup
$ mkdir [project-name] && cd $_$ boun setup- Edit your
package.json. - Edit
server/modules.jsandserver/pages.jsto suit your needs $ npm install$ boun deps$ npm install$ boun config- Edit all config files in
server/config. $ boun templates$ boun create-roles$ boun create-user user@email.com password- Run
$ tcb-gulpto start the project
boun setup
Essentially copies all files from boun/files and initializes a Git repository.
boun deps
Collects dependencies from all hats listed in PWD/server/modules.js.
boun config
Copies configuration files from Epiphany and all hats listen in PWD/server/modules.js
boun templates
Populates gulpconfig.js with all found template directories, which is once again template directories for hats in modules.js.
boun create-roles
If no arguments are passed it creates the two roles 'member' and 'admin'.
boun create-user
Creates a user. By default with 'admin' role.
boun change-password
Changes password for a user.