UNPKG

grids

Version:

reactive function code block grid

56 lines (26 loc) 1.3 kB
#Grids Grids is a [fbp][fbpURL] based functional framework ion. [NPM Version][npm-url] ##Installation You can install plug using npm and there are future plans to support a bower installation. ### NPM [Grid][npm-url] npm install grids ### Bower *bowser support is in-works once plug as been browsified using browsify :)* ## Usage ### Node Simple include the node library importation directive as usual in your project: ```javascript var grids = require('grids'); ``` ### Browser *Once bower support is done,it will be simple as above with* ### Examples ## Projects * [Web.grid](https://github.com/influx6/web.grid): Provides grid plugs for server side tasks such as routing and request handling,..etc * [Fs.grid](https://github.com/influx6/fs.grid): Provides plugs for file system operations such file reading and writing,..etc * [LoveDb](https://github.com/influx6/lovedb): Provides plugs based on the idea of self promoting database that includes streaming updates and changes for all operations,i.e a oplog database stack on top of existing database using the [Quero](https://github.com/influx6/quero) project. ##Glossary * Read up on [fbp][fbpURL] [npm-url]: https://www.npmjs.org/package/grids [fbpURL]: http://www.jpaulmorrison.com/fbp/