qooxdoo-archive / qooxdoo-cli

(deprecated, moved into qooxdoo-compiler) qx commandline
MIT License
4 stars 5 forks source link

new command: "qx contrib init" #58

Closed cboulanger closed 6 years ago

cboulanger commented 6 years ago

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
johnspackman commented 6 years ago

This issue was moved to qooxdoo/qooxdoo-compiler#87