Skip to content
/ glu Public

Personal bootstrap code, not really intended for public consumption

Notifications You must be signed in to change notification settings

gwaredd/glu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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?)

About

Personal bootstrap code, not really intended for public consumption

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published