Package Exports
- terminal-kit
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (terminal-kit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Terminal Kit
Terminal utilities for node.js.
- License: MIT
- Current status: alpha/unstable
- Platform: Node.js only
Work in progress, no documentation ATM.
Full BDD spec generated by Mocha:
[34mToto Tata [31mTiti[0m Tete
TOC
colors
should.
console.log( term.BLUE + 'Toto' ) ;
console.log( 'Tata' ) ;
console.log( term.red( 'Titi' ) + ' Tete' ) ;