2.0.0 • Published 2 years ago

shtjs v2.0.0

Weekly downloads
-
License
MIT License
Repository
-
Last release
2 years ago

shtjs

shtjs is a library for shortcuting your js development workflow, don't worry, i'll minimize this library(hope), no verbose, less side effect.

sht stands for shit or shortcut.

js is javascript.

Major Break Changes in design, as first stated, I like to use one param only, the rest are closures, there you go.

example: f(a,b,c) -> f(a)(b)(c).

benefit? we can make a f that reusable.

f2 = f(a)(b)

f2(c) f2(d) f2(e)

2.0.0

2 years ago

1.1.1

4 years ago

1.1.1-prod

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago