script-util

1.0.2 • Public • Published

Build Status

script-util

Utility package for usual operation like checking null or undefined, operating array.

1. Usage

1-1. Call to utility

First of all, You will load main class.
const scriptUtil = require("script-util");

2. Methods

Please refer to docs .

3. Build

Sources are written in TypeScript, so each we should build TypeScripts for pure js.

3-1. assemble .ts to .js

Locally to reflect cahnges, run assembling task defined in gulp task.
gulp assemble

3-2. unit tseting utilities

Unit testing depends on Jasmine. So run jasmine testing.
Please deploy new spec target file to spec directory if you need.
You can run unit test by
npm test

/script-util/

    Package Sidebar

    Install

    npm i script-util

    Weekly Downloads

    0

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    3.82 MB

    Total Files

    34

    Last publish

    Collaborators

    • snozaki