1.0.0 โ€ข Published 5 years ago

generator-studio-app v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Studio App Generator: quickly scaffold Studio apps

Version Travis Build Status codecov Dependency Status LICENSE Downloads

Yeoman generator for InVision Studio Apps

๐Ÿ—’ Description

This is a generator for making Studio apps using Node.js. This framework was built using Yeoman.

๐Ÿš€ Getting Started Tutorial

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.

๐Ÿ“Œ Requirements

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.

โœจ Features

Composability

Composability is a way to combine smaller parts to make one large thing. Sort of like Voltronยฎ โ€” Yeoman docs

Install

$ npm install --save generator-studio-app

Compose

this.composeWith(require.resolve('generator-studio-app')/*, options */)

Options

{
    // supply alternative defaults
    appId: 'my-app',
    description: 'My description',
    name: 'My user',
    email: 'my@email.tld',
}

๐Ÿ— Usage

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.

๐Ÿ“ฃ Feedback

Please share any suggestions or feedback with us through this form.

License

MIT ยฉ InVisionApp, Inc.