perks-build
v1.1.0
Published
Tools for AutoRest build processes
Downloads
3
Maintainers
Readme
Azure/Perks
This repository contains common reusable libraries and tools that has been accumulating in some node.js open source projects.
Instead of having one project publish things tangentially to it's core mission, we're migrating that code here.
Libraries
polyfill
- library provides polyfill'd functions for typescript usage and common exception classes
console
Adds support to make consistent command line developer tools.
- uses
yargs
for command line parsing - uses
markedTerminal
(and monkey-patchesconsole.*
functions to provide full console-rendered markdown support in tools)
async-io
- async wrappers for common IO functionality
unpack
- targz/zip file unpacking from stream
eventing
- nice eventing framework with subscribe/unsubscribe that's TS friendly
literate
- Literate document loading/parsing
Contributing
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.