Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mockapp

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mockapp

Create functional prototypes for mobile application

  • 0.1.16
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Logo

Create functional prototypes for mobile applications

Linux Build Windows Build NPM version Downloads

See documentation here.

Install

The Installation is very simple, but first you need to install Node.js.

After, just execute command in your terminal:

npm install -g cordova mockapp

Create new app

mockapp new MyFirstApp

or

mockapp new "My First App"

Options:

  • --id "br.com.fistapp": Set id app.
  • --name "My Fist App ": Set name app.
  • --path directory_app: Set directory app.

example:

mockapp new MyFirstApp --id "com.br.firstapp" --name "My First App --path directory_app"

Preview app

mockapp preview

Options:

  • --nobrowser: No open default browser after run preview.

Build app

mockapp build android

Run device or emulate

mockapp run android

Install service

mockapp install service camera
mockapp install service pushNotification
mockapp install service login-facebook

Tools

Add new page

mockapp add page User

Add controller

mockapp add controller MyController

Add service

mockapp add service apiService

Config app

mockapp config
mockapp config update

View docs

mockapp docs

View issues

mockapp bugs

Remove app

mockapp delete MyFirstApp

Keywords

FAQs

Package last updated on 26 Nov 2016

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc