0.5.0 • Published 1 year ago

wwwscript v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

WWWScript

Desription

We want a better way too code the web with JavaScript. We are all about readability, think react but better.

Table of Contents

Installation

Go too your termanal and put this

npm install wwwscript

Usage

A basic program would look like this:

<script src="https://www.package-hoarder.github.io/wwwscript/index.js"></script>
<div id="main">
	<h1>Success!</h1>
</div>
doc("#main").addClass("example")
.example {
  font-family: system-ui;
  text-align: center;
}

(of course you cant make separate files exept css)

0.5.0

1 year ago