New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

flow5

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flow5

framework and toolset for developing mobile apps and webapps

latest
Source
npmnpm
Version
0.2.0
Version published
Weekly downloads
59
110.71%
Maintainers
1
Weekly downloads
 
Created
Source

Flow5 requires

  • nodejs >= v0.6.15
  • npm >= v1.0

To install the flow5 sdk:

Quit Xcode if running

$ sudo npm install --global flow5

or

$ git clone git://github.com/flow5/sdk.git $ sudo npm install --global sdk

To install the flow5 site/tutorial package:

$ git clone git://github.com/flow5/site.git

To link a package to the flow5 development server:

$ f5 link package-name path-to-package

e.g.

$ cd site $ f5 link site .

To start the flow5 development server:

$ f5 start

Then to view the package in a browser:

http://localhost:8008/package-name/?mobile=true&debug=true&geometry=iphone-portrait&inline=true&frame=true

e.g.

http://localhost:8008/site/?mobile=true&debug=true&geometry=iphone-portrait&inline=true&frame=true

To view the flow5 source:

$ npm explore --global flow5 $ open .

To create a native application:

$ npm explore --global flow5 $ cp -r ios/f5template path-to-your-project

To uninstall flow5

$ npm uninstall --global flow5

In Xcode Preferences:Locations:SourceTrees remove the FLOW5 entry

Keywords

ios

FAQs

Package last updated on 13 Jul 2012

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