You can run Uindow from any CI/CD pipeline or command-line interface.
npm install @uindow/cli
npx uindow --helpAlternatively, you can use node ./node_modules/uindow/dist/bin.js --help instead of npx uindow --help for a faster response.
Create an account at Uindow and follow the on-screen instructions.
To install an older version, visit the Releases page and download the appropriate installer.
To run the latest (unreleased) version of Uindow, clone this repository and run the following commands:
git clone https://github.com/uindow/uindow.git .
npm install
npm startBuilding Uindow modules is easy:
- Visit the Uindow SDK Reference
- Download the sample module and import it into Uindow
- Start experimenting with dollar-sign methods - the integrated editor features auto-complete and code hints