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

@movable/cli

Package Overview
Dependencies
Maintainers
9
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@movable/cli

Create and manage Movable Ink Studio applications

  • 0.20.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
8
increased by700%
Maintainers
9
Weekly downloads
 
Created
Source

movable-cli

Like ember-cli, but for Movable Ink apps.

Usage

yarn global add @movable/cli
movable new my-app
cd my-app
movable serve

This utility takes care of the following:

  • Creating new apps from the default app blueprint (movable new my-app)
  • Building apps (movable build)
  • Serving those apps from a webserver (movable serve)
  • Updating an app to the latest blueprint (movable init)

MDK Development

Everything below this point is about making modifications to the MDK itself. If you just want to use the MDK to build apps, you can find more documentation on the wiki.

Testing

Run all of the tests:

yarn run test

Local Usage

Check out this repository and install dependencies:

git clone https://github.com/movableink/movable-cli.git
cd movable-cli
yarn

Set up your PATH to use your local movable command:

export PATH=`pwd`/bin:$PATH

Now you can run commands like movable new using your local movable-cli. If you want to set up movable to use a non-production oAuth server, you can create a file such as ~/local-movable.sh where you set some environment variables:

export OAUTH_CLIENT_ID=changeme00000000000000000000000000000000000000000
export OAUTH_CLIENT_SECRET=changeme000000000000000000000000000000000000000000
export DASHBOARD_URL=http://localhost:3000
export DEPLOY_URL=http://localhost:4044

Then, to use the local endpoints, run source ~/local-movable.sh before you run movable login.

License

See LICENSE.md.

Keywords

FAQs

Package last updated on 26 Mar 2019

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