zhanbei / ts-utils

Common utils used in JavaScript projects, like React Single-page Applications, or NodeJs projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript Utils

Common utils used in JavaScript projects, like React Single-page Applications, or NodeJs projects.

Libraries Relied

This utils rely on NodeJs Core library and are written in ECMA Script 6.

Compatibility

The utils may work directly on the server side with NodeJs, and for the client side, you'd better compile and pack it before publish.

Installation

Clone the repository to your project and you are ready to go.

# Clone repository as submodule to ./utils folder.
git submodule add https://github.com/zhanbei/js-utils ./utils

# Add changed files to git and ready to commit.
git add utils .gitmodules

# Commit your change.
git commit -m 'Added submodule as utils from https://github.com/zhanbei/js-utils.'

About

Common utils used in JavaScript projects, like React Single-page Applications, or NodeJs projects.


Languages

Language:TypeScript 100.0%