quilium

0.2.29 • Public • Published

Quilium cli

Intro

Run quilium 'locally', proxying quilium-frontend with local template engine. All template files must be in /views (see pull command) quilium.json must be set (see init command)

Setup

Run npm install , it will install npm and bower packages.

Configure

quilium.json config file options are :

  • name : Project name
  • pool : Pool (or infra) where the website is beeing hosted (ex: pioneer.testing)
  • website : website ID
  • frontendEndpoint : bypass automatic generation from pool name (ex: localhost:3000)
  • backendEndpoint : bypass automatic generation from pool name (ex : quilium-cms.test)

Run

Run ./bin/quilium.js <command> to run commands Run ./bin/quilium.js [-h] to see command list

Run with debug, any command prefiwing with DEBUG=quilium-cli ex : DEBUG=quilium-cli ./bin/quilium.js <command>

Packaging

Run npm link to register local project (from quilium-cli project) Run npm link quilium to install via linked project (from template repository)

Run npm publish to export and publish on npm, according to package.json version

Readme

Keywords

none

Package Sidebar

Install

npm i quilium

Weekly Downloads

3

Version

0.2.29

License

ISC

Unpacked Size

38.5 kB

Total Files

20

Last publish

Collaborators

  • amaxime