Yeoman generator for InVision Studio Apps
- ๐ Description
- ๐ Getting Started Tutorial
- โจ Features
- ๐ Requirements
- ๐ Usage
- ๐ฃ Feedback
This is a generator for making Studio apps using Node.js. This framework was built using Yeoman.
A step-by-step guide to introduce you to the Studio App Generator is in the works. If you have not developed apps for Studio before, this tutorial will be a great place to get started.
Only Node.js 10+ and yeoman-generator
3+ is supported. Node.js 10 will reach end-of-life April 2021. After that point, we will continue to support the current LTS version of Node.js.
Composability is a way to combine smaller parts to make one large thing. Sort of like Voltronยฎ โ Yeoman docs
$ npm install --save generator-studio-app
this.composeWith(require.resolve('generator-studio-app')/*, options */)
{
// supply alternative defaults
appId: 'my-app',
description: 'My description',
name: 'My user',
email: 'my@email.tld',
}
First, install Yeoman and generator-studio-app using npm (we assume you have pre-installed node.js).
$ npm install -g yo
$ npm install -g generator-studio-app
Then generate your new app:
$ cd /path/to/where/you/want/to/write/your/apps
Run $ yo
, and select the Studio App
option in the 'Run a generator' list.
Please share any suggestions or feedback with us through this form.
MIT ยฉ InVisionApp, Inc.