@acbh/sdk 中文文档教程
ACBH sdk
这个样板允许快速创建用 Typescript 编写的 npm 模块。
- Typescript 3.x
- creates an ES5 bundle
- creates a TypeScript declaration bundle
- packs it for npm usage
- uses jest for testing
- uses travis and semantic-release for deployment
- uses linting, coverage and git hooks to increase code quality.
- is configured to support wallaby
Usage
最初你应该:
简单地使用 npm i @acbh/sdk
安装
之后,你就可以开始使用它了。
ACBH sdk
This boilerplate allows the quick creation of npm modules written in Typescript.
- Typescript 3.x
- creates an ES5 bundle
- creates a TypeScript declaration bundle
- packs it for npm usage
- uses jest for testing
- uses travis and semantic-release for deployment
- uses linting, coverage and git hooks to increase code quality.
- is configured to support wallaby
Usage
Initially you should:
Simply install using npm i @acbh/sdk
After that, you'll simply start using it.