New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@kookaburra/gears

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kookaburra/gears

Gears for Kookaburra

latest
Source
npmnpm
Version
0.0.0
Version published
Weekly downloads
1
-80%
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 06 Aug 2021

Related posts