ImagineUI is a tool that supports developing wireframes in a localized human-readable format.
Please provide feedback and vote for features on the issues page
To get involved you can also refer to the thought process doc (quazi-white paper) and share your thoughts at vadkou@wave909.com
We are in the process of packaging up ImagineUI as the CLI. You can try the alpha version by pulling sources from GitHub.
# You need to install Puppeteer globally first
npm install -g puppeteer
git clone git@github.com:imagineui/imagineui.git
cd imagineui
yarn
yarn start --input=%full-path-to-.scene% --output=%full-path-to-.png%