https://github.com/cboulanger/qx-contrib-test
This is a test contribution for the qooxdoo contrib system (unlisted)
https://github.com/cboulanger/qx-contrib-test
qooxdoo-package
Last synced: 3 months ago
JSON representation
This is a test contribution for the qooxdoo contrib system (unlisted)
- Host: GitHub
- URL: https://github.com/cboulanger/qx-contrib-test
- Owner: cboulanger
- Created: 2017-11-18T06:57:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-03T06:12:15.000Z (about 6 years ago)
- Last Synced: 2025-02-07T20:31:24.250Z (4 months ago)
- Topics: qooxdoo-package
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test Contrib
This is a qooxdoo contrib solely meant for testing the qooxdoo contrib system. It doesn't
come with a package.json but expects a globally installed qxcompiler package that gets linked
to the project.## Install and test
skip all unneeded install commands):```
nvm install 8 # (or 10) to install node, skip if already installed
npm install -g qxcompiler # this also installs qooxdoo-sdk, skip if already installed
npm link qxcompiler
npm link qooxdoo-sdk
qx compile
```## Publish
```
qx contrib publish --token
```