qooxdoo / qooxdoo-compiler

Compiler for Qooxdoo, 100% javascript
MIT License
36 stars 23 forks source link

new command: "qx contrib init" #87

Closed johnspackman closed 5 years ago

johnspackman commented 6 years ago

From @cboulanger on December 1, 2017 13:30

The command transforms a non-contrb library into a contrib that can be published right away, by executing the following steps:

  1. add a qooxdoo.json file, containing { "libraries":{"path":"."}, "applications":{"path":"demo/default"}}
  2. creating a demo application in demo/default, if it doesn't already exist.
  3. consistency checks for Manifest.json and compile.json

Copied from original issue: qooxdoo/qooxdoo-cli#58

cboulanger commented 5 years ago

This is outdated. Closing.