New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@mobify/generator

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mobify/generator

Mobify Platform Generator

0.0.3
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created

🏗️ Platform Generator

Generate all the things!

                                                     888                     
                                                     888                     
                                                     888                     
 .d88b.   .d88b.  88888b.   .d88b.  888d888  8888b.  888888  .d88b.  888d888 
d88P"88b d8P  Y8b 888 "88b d8P  Y8b 888P"       "88b 888    d88""88b 888P"   
888  888 88888888 888  888 88888888 888     .d888888 888    888  888 888     
Y88b 888 Y8b.     888  888 Y8b.     888     888  888 Y88b.  Y88..88P 888     
 "Y88888  "Y8888  888  888  "Y8888  888     "Y888888  "Y888  "Y88P"  888     
     888                                                                     
Y8b d88P                                                                     
 "Y88P"                                                                      

How to setup

Make sure you have access to the Mobify Platform Generator npm repo. Then simply run

npm install -g @mobify/generator

How to run

mobify create

How to test

npm test

How to deploy

Increase the version, then

npm publish --access restricted

Owner

Platform team.

Development

We use commander to parse command line arguments, support options and show help page for the cli command.

When you develop you can use the double dash (--) to pass parameters to the cli command using npm start. For example:

npm start -- create
npm start -- -h

inquirer is used to support rich interactive cli prompts.

FAQs

Package last updated on 11 Apr 2017

Did you know?

Socket

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.

Install

Related posts