Socket
Book a DemoInstallSign in
Socket

visualaddictioninterpreter

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

visualaddictioninterpreter

A interpreter to a new sample markup language

unpublished
latest
npmnpm
Version
1.0.0-functional
Version published
Maintainers
1
Created
Source

Visual Addiction Interpreter

This is just a test. Probably this project will be deprecated.

Installation

npm install --global visualaddictioninterpreter

Usage

npx vai (command)

Commands

  • execute (file name/path) (add)
  • Execute a file and return a HTML file. --log: Turn on the log mode. --open: Open the project on browser. --host (port): Host the output file at localhost.

Properties

  • template: (text); (IMPORTANT)
  • Receive a name of a template Templates: blank.

  • name: (text);
  • Receive a text and return as the name of the output HTML file.

  • title: (text);
  • Receive a text and edit the document tile of HTML document.

  • directory: (path);
  • Receive a path of a folder which will receive the ouput HTML file.

  • text: (id) (text);
  • Create/edit texts at the HTML document.

  • wait: (number);
  • Receive a time in MS and makes the scope sleep for the determinated time.

Comments

All text covered by =- -= will be deleted of the code. Example: =- This is a comment -=

FAQs

Package last updated on 17 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts