Skip to content

www-js/WWWScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Packages

No packages published