Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/5qc/paml
Perfectly Awesome Markup Language
https://github.com/5qc/paml
html html-extension ts typescript
Last synced: 8 days ago
JSON representation
Perfectly Awesome Markup Language
- Host: GitHub
- URL: https://github.com/5qc/paml
- Owner: 5qc
- License: mit
- Created: 2022-05-12T02:15:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T08:08:25.000Z (about 2 years ago)
- Last Synced: 2025-01-14T10:04:41.666Z (23 days ago)
- Topics: html, html-extension, ts, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/paml
- Size: 88.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![PAML Logo](https://repository-images.githubusercontent.com/491334714/441747be-9bce-44e3-9330-0b78ff026b2d)
PAML
Perfectly Awesome Markup Language, an add-on to HTML
# Table of Contents
- [Table of Contents](#table-of-contents)
- [Intro](#intro)
- [Installation](#installation)
- [Command Line](#command-line)
- [CDN](#cdn)
- [Credits](#credits)# Intro
This is the official respository for PAML (Perfectly Awesome Markup Language), a TypeScript-based HTML add-on that adds much more to HTML, such as if statements and variables!# Installation
## Command Line
To install PAML via command line, make sure you have [node.js](https://nodejs.org/en/) installed. After installing node.js, open up the command line and type `npm i -g paml`.Upon entering that command, you have successfully installed PAML! If you want to create a new PAML file, you can go to the directory you want and simply type `paml`. After that, a new file will be created. If a file with that name already exists, a prompt will come up, asking if you want to overwrite this file.
Typing `paml` into the command line will automatically set to the newest version. However, if you want a specific version, you can type `paml version`, and it will get that version. For example, you can type `paml 1.1.0` to get version 1.1.0 of PAML.
## CDN
There is also another way to install PAML, with CDN. If you want to install PAML into your website via jsDelivr, you can simply insert this HTML into your website:
```html```
Or if you want a specific version:
```html```
# Credits
Created by 5qc (roc0ast3r).
- [YouTube](https://youtube.com/roc0ast3r)
- [Twitter](https://twitter.com/roc0ast3r)
- [Instagram](https://instagram.com/roc0ast3r)
- [GitHub](https://github.com/5qc)