Skip to content

Basic helper functions for HTTP requests, file system, logging, JSON parsing and other basics of a web app.

License

Notifications You must be signed in to change notification settings

Ekliptor/apputils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apputils

Basic helper functions for HTTP requests, file system, logging, JSON parsing and other basics of a web app.

Installation

npm install @ekliptor/apputils

Usage

At the top of your source code file write:

with TypeScript:

import * as utils from "@ekliptor/apputils";
const logger = utils.logger
    , nconf = utils.nconf;

with JavaScript:

const utils = require("@ekliptor/apputils");
const logger = utils.logger
    , nconf = utils.nconf;

About

Basic helper functions for HTTP requests, file system, logging, JSON parsing and other basics of a web app.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published