UNPKG

paml

Version:

Perfectly Awesome Markup Language

44 lines (35 loc) 2.05 kB
![PAML Logo](https://repository-images.githubusercontent.com/491334714/441747be-9bce-44e3-9330-0b78ff026b2d) <h3 align="center">PAML</h3> <p align="center">Perfectly Awesome Markup Language, an add-on to HTML</p> <p align="center"> <a href="https://github.com/5qc/PAML/wiki">Docs</a> </p> # 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 <script src="https://unpkg.com/paml/index.min.js" defer></script> ``` Or if you want a specific version: ```html <script src="https://unpkg.com/paml@version/index.min.js" defer></script> ``` # 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)