appleex-utils

通用工具类

Usage no npm install needed!

<script type="module">
  import appleexUtils from 'https://cdn.skypack.dev/appleex-utils';
</script>

README

appleex-utils

NPM Version NPM Downloads Node.js Version

General utility class

Description

This is a common method of induction, testing, packaging, summary of the tool class.

Installation

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js. Node.js 0.10 or higher is required.

Installation is done using the npm install command:

$ npm install appleex-utils

global:

$ npm install -g appleex-utils

Usage

var Utils = require('appleex-utils') ;

Utils.helper.timer() ;

Utils.Pinyin().checkPy() ;
...
...

Construction

├── lib/                     
│   ├── helper.js               # 通用方法集合
│   └── Pinyin.js               # 文字方法集合
│   └── regex.js                # 正则方法集合
│   └── ...
├── .npmignore                  # 用来过滤一些版本控制的文件,比如node_modules文件夹 
├── .gitignore                  # 用来过滤一些版本控制的文件,比如node_modules文件夹 
├── index.js                    # 入口模板文件
└── package.json                # 项目文件,记载着一些命令和依赖还有简要的项目描述信息 
└── README.md                   # 介绍自己这个项目的。

People

The original author of appleex-utils is appleex

History

history record

License

MIT