项目作者: VitorLuizC

项目描述 :
A TypeScript library boilerplate. Check types pretty strictly, generates CommonJS, ESM and UMD bundles with Rollup.js and Bublé, setup unit tests with Jest and generate docs from sources with Typedoc.
高级语言: JavaScript
项目地址: git://github.com/VitorLuizC/typescript-library-boilerplate.git
创建时间: 2019-02-18T15:32:45Z
项目社区:https://github.com/VitorLuizC/typescript-library-boilerplate

开源协议:MIT License

下载


[libraryNameWithSpacesAndUpperCases]

Continuous Integrations
License
Package tree-shaking
Package minified & gzipped size
Package dependency count

Installation

This library is published in the NPM registry and can be installed using any compatible package manager.

  1. npm install [libraryName] --save
  2. # For Yarn, use the command below.
  3. yarn add [libraryName]

Installation from CDN

This module has an UMD bundle available through JSDelivr and Unpkg CDNs.

  1. <!-- For UNPKG use the code below. -->
  2. <script src="https://unpkg.com/[libraryName]"></script>
  3. <!-- For JSDelivr use the code below. -->
  4. <script src="https://cdn.jsdelivr.net/npm/[libraryName]"></script>
  5. <script>
  6. // UMD module is exposed through the "[libraryCamelCaseName]" global variable.
  7. console.log([libraryCamelCaseName]);
  8. </script>

Documentation

Documentation generated from source files by Typedoc.

License

Released under MIT License.