-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jacob Schneider edited this page Jun 30, 2022
·
1 revision
As I write more stuff, I accumulate different utilities that I use in my projects. Instead of copy-pasting them into each project I intend to use them in, I'll just make a repo containing each of them. The idea is that if you need to use one, you just add the repo as a dependency to your package.json, and call import like this:
import DB from 'jcake-utils/db';
import args from 'jcake-utils/args';
import buffer from 'jcake-utils/buffer';