Skip to content

A collection of unpretentious, hacker-friendly libraries

License

Notifications You must be signed in to change notification settings

hillstreetlabs/toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

toolkit

A (random) collection of unpretentious, hacker-friendly libraries

JavaScript

Name Purpose
dotenv Need custom environment variables in your project? Create a .env file, add require('dotenv').config() to the top of your entry file.
knex Build SQL queries and run migrations in a node app--no ORM required.
in-viewport Run code every time a DOM element enters the browser's viewport.
tinycolor Do things with colors!
signature-pad Turn a canvas element into a signature pad like Square.
zxcvbn Estimate password strength with a single function call.

About

A collection of unpretentious, hacker-friendly libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published