JSPM

terminal-kit

0.0.8
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 104318
  • Score
    100M100P100Q152239F
  • License MIT

Terminal utilities.

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:

Toto Tata Titi Tete

TOC

colors

should.

console.log( term.BLUE + 'Toto' ) ;
console.log( 'Tata' ) ;
console.log( term.red( 'Titi' ) + ' Tete' ) ;