JSPM

@ngx-rocket/ascii-logo

1.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4869
  • Score
    100M100P100Q217328F
  • License MIT

Super-awesome ngX-Rocket ASCII logo

Package Exports

  • @ngx-rocket/ascii-logo

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 (@ngx-rocket/ascii-logo) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

🚀 ngx-rocket/ascii-logo

NPM version Build status Node version XO code style License

Super-awesome ngX-Rocket ASCII logo

screenshot

Installation

npm install -g @ngx-rocket/ascii-logo

Usage

const asciiLogo = require('@ngx-rocket/ascii-logo');
const pkg =  require('./package.json');

console.log(asciiLogo());
console.log(asciiLogo(pkg.version));
console.log(asciiLogo(pkg.version, 'My awesome title'));

License

MIT