@kookaburra/gears

0.0.0 • Public • Published

Gears for Kookaburra

yaml

Reads yaml file

const { yaml } = require('@kookaburra/gears')

const object = yaml('./file.yaml')

console

Console with levels and colors

const { console } = require('@kookaburra/gears')

console.error('Something went wrong')
console.info('Printing information')

console.level('error')
console.debug('Starting with configuration', config) // won't log anything

/@kookaburra/gears/

    Package Sidebar

    Install

    npm i @kookaburra/gears

    Weekly Downloads

    1

    Version

    0.0.0

    License

    none

    Unpacked Size

    6.69 kB

    Total Files

    15

    Last publish

    Collaborators

    • temich