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
Super-awesome ngX-Rocket ASCII logo
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'));