Falazi / Prinput

A JavaScript library that lets you make command-line-style websites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prinput

basic theme

Printput is a Javascript library that lets you use javascript like you would a command line program.

Why use this library

Here are some reasons you might want to use this

  • For prototyping

You can test out programs without having to worry about ui

  • For beginners

Beginners can focus on programming fundementals, rather than being bogged down by web apis

  • Share command line programs with friends

Do you like making simple command line programs, but it's difficult to share with friends without making them download something?

This library is client side so you can host it for free on somewhere like github pages.

For documentation, see how_to_use.md

CDN Link

https://cdn.jsdelivr.net/gh/Falazi/Prinput@main/prinput.min.js

Theming

Included in this repository is a basic theme that should get you started.

For more themes, see Prinput Themes

Things to do

  • Make more themes
  • Consider adding a button
  • add autoscroll

Filesize

Unminified Minified Minified & Gzipped
2.80 KB 1.30 KB 540 B

About

A JavaScript library that lets you make command-line-style websites

License:MIT License


Languages

Language:JavaScript 57.7%Language:CSS 42.3%