mirror of
https://github.com/panno8M/cloths
synced 2026-01-14 05:32:14 +00:00
No description
| docs | ||
| src | ||
| tests | ||
| cloths.nimble | ||
| LICENSE | ||
| README.md | ||
Cloths
Overview
import cloths
import cloths/styles/markdown
echo:
weave multiline:
"Cloths"
"provides"
weave text:
"the"
"way"
"to"
weave Tree():
weave orderedList:
"process"
"and"
"structure"
weave multiline:
"string"
weave Tree() >> Underline(pattern: "~"):
"easily."
#[ ==> output:
Cloths
provides
the way to
├─ 1. process
│ 2. and
│ 3. structure
└─ string
└─ easily.
~~~~~~~
]#
User Manual
see documentation.
Dependencies
Required
- Nim Compiler >= 2.0.0
Recommended
- Nimble
Instalation
nimble install cloths
git clone https://github.com/panno8M/cloths.git
cd cloths
nimble install