Skip to content
/ cloths Public

Cloths provides the way to process and structure string easily.

License

Notifications You must be signed in to change notification settings

panno8M/cloths

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Cloths provides the way to process and structure string easily.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages