2.2.5 • Published 2 years ago
@davidsouther/jiffies v2.2.5
Jiffies
JEFRi Jiffies are a number of "common" utilities for JavaScript/TypeScript pulled from and inspired by other programming languages, and common base tools missing or inconsistent between DOM and Node runtimes.
assert- common runtime assertions.context- JavaScript implementation of the Pythonwithstatement.display- TypeScript implementation of the Rust Display trait.equal- JavaScript deep equality checkers, including TS type checking.flags- JavaScript flag, environment, and configuration loader.log- JavaScript implementation of a log4j-alike logger.result- JavaScript implementation of Rust's Option and Result types.loader.mjs- Node 16.x typescript-transpiling module loader.
Jiffies also includes several microframeworks.
dom- a tiny DOM functional library.pico- a copy of PicoCSS.scope- JavaScript testing microframework.server- Node HTTP Server & middleware.
Development
- Clone jiffies
- cd jiffies
- npm install
- npm link
After any edit
- npm run build
Alternatively, in a background terminal
- npm run watch &
Apps
Starting
- Create app folder
- npm init
- npm install -D prettier typescript@next
- npm link @jefri/jiffies
Running
- npm start
2.2.5
2 years ago
2.2.4
2 years ago
2.2.3
2 years ago
2.2.1
2 years ago
2.2.2
2 years ago
2.2.0
2 years ago
2.1.9
2 years ago
2.1.8
2 years ago
2.1.7
2 years ago
2.1.6
2 years ago
2.1.5
2 years ago
2.1.4
2 years ago
2.1.2
2 years ago
2.1.1
2 years ago
2.1.3
2 years ago
2.0.7
2 years ago
2.1.0
2 years ago
2.0.6
3 years ago
2.0.5
3 years ago
2.0.4
3 years ago
2.0.3
3 years ago
2.0.2
4 years ago
1.1.0
4 years ago
2.0.1
4 years ago
2.0.0
4 years ago
1.0.0
4 years ago
1.0.0-beta.1
4 years ago