fork me on GitHub

deepjs

tools for better programming.
deep.when("world").log("hello :");

1

is a namespace that gathers and links nicely a bunch of atomic and generic powerful libraries.
Each of them could be used independently, or together where they release all their potential.
Really useful and unobstrusive, they could be used anywhere for any kind of project.




getting started


To install last version of deepjs core :

> npm install --save deepjs

or

> bower install --save deepjs


To get a fully workable example on how it's loaded in a web page :

> git clone https://gitub.com/deepjs/deepjs.github.io
> npm install
> bower install
> gulp serve

More info soon.



2

Based on deepjs core, four perfectly isomorphic libraries, where each could also be used
independently or together, has been developped to form a powerful modern web app framework.

 


Yeoman generators are coming soon.