UNPKG

@writ/utils

Version:
52 lines (34 loc) 1.18 kB
# @writ/utils It is My tool kit ## Table of Contents * [Features](#features) * [Install](#install) * [Usage](#usage) * [Change log](#changelog) * [Resources](#resources) ### [Features](#features) * My usaul tool functions ### [Install](#install) [install node.js](https://github.com/tianlugang/docs/blob/master/en/installNodeJS.MD), Now, install and use: ```sh npm i @writ/utils ``` ### [Usage](#usage) 1. Project Structure ```text ├─ src/ `source code` ├─ test/ `testing scripts` ├─ .babelrc `babel transform options` ├─ .gitignore `git ignore` ├─ .eslintrc.js `eslint format config` ├─ license `agreement that` ├─ package.json `table of modules with npm` └─ README.md `description` ``` 2. Uaual * [ini.js](./src/ini.js), you must install [ini](https://github.com/npm/ini) ### [Change log](#changelog) * Founded in Wed, 24 Oct 2018 06:07:07 GMT, in China. * Add Test Script, on Thu, 01 Nov 2018 16:37:08 GMT, in China. ### [Resources](#resources) * [Node.js](https://nodejs.org/en/)