Skip to content

Latest commit

 

History

History
81 lines (57 loc) · 2 KB

readme.md

File metadata and controls

81 lines (57 loc) · 2 KB

glu

Environment for glue scripts

Global Functions

Globals

Utils

die
sleep

Logging

print
warn
error
dump

Global Libraries

_
fs-extra as fs
path
chalk
glob
moment
yaml (custom)
json (custom)

Logging

log.info
log.warn
log.error
log.fatal

log.debug       verbose output
log.http
log.file

log.ok          success (green)
log.alert       notice or banner (yellow)

Imported Libraries

References

Not Installed Libraries

  • mocha - unit testing
  • chai - assertion library
  • chancejs - generating random test data
  • cheerio - html scraping
  • voca - for when string.format isn't quite enough
  • d3
  • pug - templating

Runtimes

  • PhantomJS - headless browser (testing/automation)
  • Electron - node based desktop app 'container'
  • Puppeteer

Tools

  • ngrok - for testing webhook callbacks (reverse proxy/tunnel?)