@ekliptor/apputils
TypeScript icon, indicating that this package has built-in type declarations

0.1.23 • Public • Published

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;

Package Sidebar

Install

npm i @ekliptor/apputils

Weekly Downloads

2

Version

0.1.23

License

GPL

Unpacked Size

608 kB

Total Files

137

Last publish

Collaborators

  • ekliptor