Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uncenter/ascii-to-lua-table
⇄ Easily convert ASCII art to a Lua table.
https://github.com/uncenter/ascii-to-lua-table
ascii ascii-art lua neovim
Last synced: 22 days ago
JSON representation
⇄ Easily convert ASCII art to a Lua table.
- Host: GitHub
- URL: https://github.com/uncenter/ascii-to-lua-table
- Owner: uncenter
- License: mit
- Created: 2024-02-06T15:08:55.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-13T01:38:30.000Z (8 months ago)
- Last Synced: 2024-10-13T14:11:28.627Z (about 1 month ago)
- Topics: ascii, ascii-art, lua, neovim
- Language: Vue
- Homepage: https://ascii-to-lua-table.pages.dev/
- Size: 56.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ASCII to Lua Table Converter
Easily convert ASCII art to a Lua table. Useful for Neovim dashboard customization and the like.
## Development
```
git clone https://github.com/uncenter/ascii-to-lua-table.git
cd ascii-to-lua-table
pnpm install
pnpm dev
```## License
[MIT](LICENSE)