118 packages
1-liners
Useful oneliners and shorthand functions
arity-n
Wraps a function with a function of a sertain arity.
array-comprehensions
Array comprehensions
babel-plugin-array-includes
Replaces `arr.includes(val)' with `arr.indexOf(val) >= 0`.
bind-first
convert data-first functions into `::`-functions
bind-it
convert between data-first/last and ::
bind-last
convert data-last functions into `::`-functions
burnhub
burndown chart for github issues
chickencurry
Add some chicken curry to your functions
compare.js
Comparator functions for your favorite sort
compose-function
Compose new functions f(g(x))
create-constants
Create constants
css-longhand-cli
CLI for css-longhand
curry-this
Currying made simple
divide-et-impera
Mergesort
elm-check-updates
check if elm packages are up-to-date
elm-doc-test
doc-test for elm
elm-interface-to-json
Reads all elm files of a project and returns a list of modules with there functions.
elmi-to-json
This is a small tool that reads `.elmi` files (Elm interface file) generated by the elm compiler. These files contain information about exposed definitions (e.g. custom types, type aliases and functions).
elm-reflection
> find all elm files in a directory (recursively) and get infos about them. It will tell you the module name and if it contains elm-css or elm-tests/doc-tests.
elm-verify-examples
Verify examples in Elm doc-comments
enum
Enum is a javascript module that introduces the Enum Type. It works for node.js, in the browser and for deno.
expand-object-keys
Expand dotty object keys to objects
fantasy-birds
Fantasy Birds =============
fd-class
Manipulate classes, FD style.