also

0.0.14 • Public • Published

npm install also

Version 0.0.14 (unstable)

also

An accumulating set of function decorators.

Function decorators?: Coffeescript Ristretto

Examples

synchronous example with fairy tale

 
Dwarves     = 0
SnowWhites  = 0
 
{inject} = require 'also'
 
Hi = Ho = inject.sync
 
    beforeAll:  -> SnowWhites++
    beforeEach: -> Dwarves++
 
    -> 
 
        SnowWhites: SnowWhitesDwarves: Dwarves
 
 
 
Hi HoHi HoHi Ho Hi HoHi Ho()
 
# => { SnowWhites: 1, Dwarves: 7 } 
 
 

synchronous example with node modules

 
nodeModules = (names) -> require name for name in names 
        
start = inject.sync nodeModules(crypto, zlib, net) -> 
 
    # 
    # ... 
    #  
 
start()
 

asynchronous example

none. see spec

todo

  • combine with Notice (hub) and run as daemon (script server for worker/drone farm)

Readme

Keywords

none

Package Sidebar

Install

npm i also

Weekly Downloads

182

Version

0.0.14

License

none

Last publish

Collaborators

  • nomilous