flopro

0.3.0 • Public • Published

flopro

Flow3 Project Packages Manager

Getting Started

Install the module with: npm install -g flopro

Create a .flow3.json file in the root of the flow3 installation.

{
    packages: [
        {
            "name": "FloPro", 
            "type": "Application", 
            "repo": "git@github.com:clauswitt/flopro.git"
        }
    ]
}

Or generate the file by calling flopro-generate from within the FLOW3 directory tree.

And call flopro from anywhere under the flow3 root, and it will either clone or update, depending on wether the package exists or not.

Atm the flopro command assumes that all packages are git repositories with master branch as default.

Release History

(Nothing yet)

License

Copyright (c) 2012 Claus Witt
Licensed under the MIT license.

/flopro/

    Package Sidebar

    Install

    npm i flopro

    Weekly Downloads

    3

    Version

    0.3.0

    License

    none

    Last publish

    Collaborators

    • clauswitt