SkillAgentSearch skills...

Psml

a python server markup language

Install / Use

/learn @Lone-Air/Psml
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

PSML - Python server markup language

This is LMFS-PSML Compiler. It has a built-in staging server and can compile one psml file into many usable HTML pages. It can reduce some of the development steps for you, so that you can complete the front-end development faster. It is free(libre) software, open source under the GPL v2.0 license.


  1. How to install:<code>$ sudo python3 setup.py install</code>

  1. How to compile:<br> <code>psml <file> {targets...}</code><br> Example: <br> <code>

$ cat > test.psml << "EOF"<br>

text{<br>     inner: Hello-World! <br> }<br> command(end)<br> EOF<br> $ psml test.psml -o TEST<br> $ ls TEST<br> index.html </code><br>


  1. Feedback: Lone_air_Use@outlook.com
View on GitHub
GitHub Stars6
CategoryDevelopment
Updated1y ago
Forks0

Languages

Python

Security Score

70/100

Audited on Oct 7, 2024

No findings