Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alestor123/ascii-header
This is a simple code for adding ascii art as header
https://github.com/alestor123/ascii-header
art ascii ascii-art ascii-fonts banner banner-generator cli cli-app comment comments docs docs-generator documentation figlet generator header headers jsdoc nodejs terminal
Last synced: 23 days ago
JSON representation
This is a simple code for adding ascii art as header
- Host: GitHub
- URL: https://github.com/alestor123/ascii-header
- Owner: alestor123
- License: mit
- Created: 2022-05-27T06:53:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-03T06:02:28.000Z (over 2 years ago)
- Last Synced: 2024-04-23T22:37:55.799Z (9 months ago)
- Topics: art, ascii, ascii-art, ascii-fonts, banner, banner-generator, cli, cli-app, comment, comments, docs, docs-generator, documentation, figlet, generator, header, headers, jsdoc, nodejs, terminal
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/ascii-header
- Size: 37.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ASCII-HEADER
> This is a simple code for adding ascii art header to the code(as comments)
## 🚀 Usage
## API
```
const header = require('ascii-header')
const data = {
name: 'ascii-header',
version: '1.0.0',
description:
'This is a simple code for adding ascii art header to the code(as comments)',
funding: 'https://alestor123.is-a.dev/donate',
author: 'Alestor Aldous',
license: 'MIT',
homepage: 'https://github.com/alestor123/ASCII-HEADER#readme',
}
console.log(header(['./test/test.js'], data))
```## Quick use
```
$ npx ascii-header
```
## CLI Installation
```
$ npm install -g ascii-header
```
```
$ ascii-header
```
# Screenshots![shot](./demo/shots/ascii-header.png)
![shot](./demo/shots/ascii-header1.png)## 💖 [Donate](https://alestor123.is-a.dev/donate)
## Author
👤 **Alestor Aldous**
- Twitter: [@alestor123](https://twitter.com/alestor123)
- Github: [@alestor123](https://github.com/alestor123)## 📝 License
> MITCopyright © 2022 [Alestor Aldous](https://github.com/alestor123).