Skip to content

All the JavaScript utility routines I use across all my apps, both in the browser and in Node.

Notifications You must be signed in to change notification settings

scripting/utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

daveutils package

How to install

npm install daveutils

The story

When I came to Node, three years ago, I started this file, utils.js, to put all the utility routines I knew I'd need. I've been programming a long time. And there are certain things you don't want to have to rewrite. So you put them in a file and when you need a new one you just add it to that file.

Then in April 2017 I got tired of including that file in all my projects. Not that I was replicating code, I wasn't. It was just a little bit more work than it had to be. So I made an NPM package out of it, so I could just do this:

const utils = require ("daveutils");

And include it in my package.json file, and that's that.

And this is that package.

Now you know the whole story! ;-)

PS: I wrote about daveutils on my blog.

Questions, comments

Please post an issue here.

About

All the JavaScript utility routines I use across all my apps, both in the browser and in Node.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published