goldfiction


  • ```javascript // include files in a folder // i.e. you can include *.json in /data folder by calling includeFolder("/data","json") // this will return an array [{"jsonFileName1":{json object}},...] exports.includeFolder = includeFolder

    published 0.1.2 3 years ago
  • ``` __ ______ |__| __________ ____ / ___/ | |/ ___/ _ \ / \ \___ \ | |\___ ( <_> ) | \ /____ >\__| /____ >____/|___| / \/\______| \/ \/ ```

    published 0.1.7 6 years ago
  • published 0.0.7 7 years ago
  • * gapi stands for grant api ## install ### npm install gapi ## what does it do ### folder api allows to read api requests using corresponding js files in a folder ### it means you can just drop all the post.js, get.js, update.js and such in a folder

    published 0.0.2 7 years ago
  • Jade template engine

    published 1.0.1 7 years ago
  • published 0.1.23 5 years ago
  • published 1.0.4 3 years ago
  • doq is a simple script that converts o_tree functions to q_tree functions. It expects a single input o and yield a single output o. o.query must contain the o tree function to execute. o.error contains error and o.result contains the result.

    published 1.1.1 4 years ago
  • published 1.0.0 7 years ago
  • gqcoffee is a smart loading script for loading coffee scripts. all coffee scripts in the given folder will be parsed live and attached to global.coffee. checkout test/test.js for examples

    published 1.0.25 4 years ago
  • gqneedle (1.1M) is a simple script for executing q_tree compliant smart-request. It is a pipe through for needle module. With a hint of doQ module.

    published 1.0.1 7 years ago
  • this is a simple script that allows you to require a module directly and if the module is not npm installed, it will be npm installed automatically. By using this module, you do not need to generate package.json while all the modules will be automatically

    published 1.0.11 6 years ago
  • this is a small modified module for sending a zip file along with some messages. This module is used by other gq modules for backing up server dbs and sending the resulting zip file to a third party email account.

    published 1.0.10 3 years ago
  • a small module that does form email. It can email you the contents of form-requests

    published 0.0.4 3 years ago
  • * gqmongo stands for grant q-mongo * it is a re-write of gmongo using q framework, o-tree * see tests for how to use. it is aimed to make mongo calls very minimum

    published 1.0.5 4 years ago
  • gqlog is a small and quick logging framework. It allows simple operations like console.log to become log(), error(), debug(). Further allowing debugs to be ignored when deploy (setting.level=3)

    published 0.0.3 7 years ago
  • This is a simple to use module warpper for both worker-threads and cluster

    published 0.0.5 3 years ago
  • gqtest is a small testing framework built for functionjs. See /test.coffee for usage.

    published 0.0.8 6 years ago
  • published 0.0.4 4 years ago
  • published 0.1.5 4 years ago
  • published 0.0.1 6 years ago
  • ``` gqcrypto is an easy to use crypto module

    published 0.0.3 6 years ago
  • ``` gqpublicip

    published 0.0.3 6 years ago
  • gqworkerthreads is a one liner solving the issue of building a server with multithreads in nodejs. This should be ran with nodemon or forever. Note you will need to supply --harmony option. Please read test/test.coffee for sample usage case

    published 0.1.1 6 years ago
  • ``` gqexpress is a simple to use wrapper for express.js. ``` To use it, use gqexpress.startServer(o,cb). ``` See test/ for advanced usages.

    published 1.0.1 5 years ago
show more packages