archy-framework
v1.0.1
Published
A lightweight JavaScript framework for DOM and networking utilities.
Downloads
144
Maintainers
Readme
Archy.JS
Archy.JS is a utility framework mainly focused on improving understandability, and readability, as well as giving it a more professional look. Some features may be irrelevant, but still provide important functions.
What happened to Vector.js?
There's already a framework named Vector.js.
Example
import { app } from "../src/index.js";
import "../src/api/archy.js"
app.getDomID("test").innerText = "Hello World!";Developer Notice
To test out a feature via http server, run:
archy start