1.0.2 • Published 4 years ago

script-util v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

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

1.0.2

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago