Skip to content

JavaScript utility functions for Enterprise Ready nodejs applications

License

Notifications You must be signed in to change notification settings

skratchdot/awesome-utils

 
 

Repository files navigation

AwesomeUtils

Javascript Utility functions for Enterprise Ready nodejs applications

Disclaimer

These are utilities largerly for use within the suite of applications for The Awesome Engineering Company. You are free to use it for your own purposes (MIT License), but keep in mind that we are only supporting it in relation to needs of our other applications. Thanks!

Installation

npm install --save @awesomeeng/awesome-utils

Usage

Require it, then make calls against it. See below for documentation.

const AwesomeUtils = require("@awesomeeng/awesome-utils");

...
await AwesumeUtils.Promise.sleep(1000); // sleeps for 1 second.
...

Documentation

Please refer to the API Documentation for details.

The Awesome Engineering Company

AwesomeLog is written and maintained by The Awesome Engineering Company. We belive in building clean, configurable, creative software for engineers and architects and customers.

To learn more about The Awesome Engineering Company and our suite of products, visit us on the web at https://awesomeeng.com.

Support and Help

License

AwesomeLog is released under the MIT License. Please read the LICENSE file for details.

About

JavaScript utility functions for Enterprise Ready nodejs applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%