Skip to content

How to use webino devkit

bacinsky edited this page Nov 24, 2014 · 3 revisions

HOME / How to develop / Webino devkit usage

Prerequisites

It's required to have installed the Webino Development Kit, globally.
To install development toolkit, run:
sudo npm install webino-devkit -g --unsafe-perm
Read more on webino devkit installation

Toolkit usage

Webino Development Kit comes with CLI tool.

webino command can be run in three contexts:

  • CLI global context

    • Run in any directory outside of module or application
    • Module and application skeleton generator
    • Application deployment
  • CLI module context

    • Run in webino module directory
    • Module development tools
    • Module builder
    • Module publisher
  • CLI application context

    • Run in webino application directory
    • Application development tools
    • Application builder
    • Appication publisher

Different context gives us different tools.

How to CLI global context

TODO

How to CLI module context

TODO

Learn more on how to develop webino modules

How to CLI application context

TODO