Skip to content

Cleny is An Interpreted Coding Language Used To Facilate UI Structuring And Styling For CLI Based Projects

Notifications You must be signed in to change notification settings

Mahmoud7Osman/Cleny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cleny

Bring Your Command Line Back To Life
      Make it Look Like Heaven, With Cleny

Basically

While Developing A Command Line Based Software, it is A Bit Annoying When You Need to Create A Wonderful UI, How Your CLI Program Will Display itself, So, Cleny is Like An Easier Version Of HTML But For Command Line Softwares!

Don't Panic, It's Way More Easier Than Your Thoughts !!

Tip

After Your Installation is Finished, Go on and run example.cleny file and watch what will happen to your command line
(This is a Very Small And Simple Script To Show off things to you and What you can do with cleny)

Documentation

So Easy, So Simple, So Powerful


Simple Examples

This Code Will Print A White Hello World

<white>Hello World</white>

This One Will Print a Red Blinking Hello World

<blinkred>Hello World</blinkred>

All Tags

Basic Coloring

<white>Hello World</white>
<red>Hello World</red>
<blue>Hello World</blue>
<green>Hello World</green>
<pink>Hello World</pink>
<cyan>Hello World</cyan>
<yellow>Hello World</yellow>
<black>Hello World</black>
<blinkwhite>Hello World</blinkwhite>
<blinkred>Hello World</blinkred>
<blinkblue>Hello World</blinkblue>
<blinkgreen>Hello World</blinkgreen>
<blinkpink>Hello World</blinkpink>
<blinkcyan>Hello World</blinkcyan>
<blinkyellow>Hello World</blinkyellow>
<blinkblack>Hello World</blinkblack>

Bold

<boldwhite>Hello World</boldwhite>
<boldred>Hello World</boldred>
<boldblue>Hello World</boldblue>
<boldgreen>Hello World</boldgreen>
<boldpink>Hello World</boldpink>
<boldcyan>Hello World</boldcyan>
<boldyellow>Hello World</boldyellow>
<boldblack>Hello World</boldblack>

Underline

<underlinewhite>Hello World</underlinewhite>
<underlinered>Hello World</underlinered>
<underlineblue>Hello World</underlineblue>
<underlinegreen>Hello World</underlinegreen>
<underlinepink>Hello World</underlinepink>
<underlinecyan>Hello World</underlinecyan>
<underlineyellow>Hello World</underlineyellow>
<underlineblack>Hello World</underlineblack>

Background Color

<onwhite>Hello World</onwhite>
<onred>Hello World</onred>
<onblue>Hello World</onblue>
<ongreen>Hello World</ongreen>
<onpink>Hello World</onpink>
<oncyan>Hello World</oncyan>
<onyellow>Hello World</onyellow>
<onblack>Hello World</onblack>

Special Tags

<spaced>Hello World</spaced> // use this for your titles

About

Cleny is An Interpreted Coding Language Used To Facilate UI Structuring And Styling For CLI Based Projects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages