Skip to content
forked from cozy/cozy-dev

Utilitiles for developers who wants to build Cozy Cloud applications

License

Notifications You must be signed in to change notification settings

kelukelu/cozy-dev

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cozy Dev

Cozy Dev is a tool for Cozy Web Application developers. It makes easy to start with building an application for the Cozy Cloud Platform.

npm install cozy-dev -g
cozy new myapp --github myaccount
cd myapp

Add some features, then:

cozy-dev deploy

Requirements

Cozy Dev requires:

Managing your virtual machine

Cozy Dev helps you to manage a virtual machine through Vagrant.

cozy-dev vm:init
cozy-dev vm:start

cozy-dev vm:stop

More information about CozyCloud and virtual machines in the documentation.

Hack

Get sources:

git clone https://github.com/cozy/cozy-dev.git

Run:

cd cozy-dev
chmod +x bin/cozy
./bin/cozy

Each modification requires a new build, here is how to run a build:

cake build

License

Cozy Manager is developed by Cozy Cloud and distributed under the LGPL v3 license.

What is Cozy?

Cozy Logo

Cozy is a platform that brings all your web services in the same private space. With it, your web apps and your devices can share data easily, providing you with a new experience. You can install Cozy on your own hardware where no one profiles you.

Community

You can reach the Cozy Community by:

  • Chatting with us on IRC #cozycloud on irc.freenode.net
  • Posting on our Forum
  • Posting issues on the Github repos
  • Mentioning us on Twitter

About

Utilitiles for developers who wants to build Cozy Cloud applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 99.5%
  • JavaScript 0.5%