Security News
Research
Supply Chain Attack on Rspack npm Packages Injects Cryptojacking Malware
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
generator-studio-app
Advanced tools
Yeoman generator for InVision Studio Apps
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.
FAQs
Yeoman generator for InVision Studio Apps
The npm package generator-studio-app receives a total of 1 weekly downloads. As such, generator-studio-app popularity was classified as not popular.
We found that generator-studio-app demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.
Security News
Sonar’s acquisition of Tidelift highlights a growing industry shift toward sustainable open source funding, addressing maintainer burnout and critical software dependencies.