0.0.11 • Published 7 years ago

@src-works/npm-ts-skeleton v0.0.11

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Installation Options

Install via package

$ npm install @src-works/npm-ts-skeleton --save;

Or install via Yarn package

$ yarn add @src-works/npm-ts-skeleton;

Or install via unpkg.com CDN

<script src="https://unpkg.com/@src-works/npm-ts-skeleton@0.0.11" integrity="sha384-PtQldtnNlPNOhLnyPdnnideWyQ2foIjWlgFGnslvSZGAA2bdoK4gA+s15UW6Xu1m" crossorigin="anonymous"></script>

Works in All Modern Browsers

If you need to support IE <= 11 (prior to Edge), older versions of Android, and much older versions of other browsers, you can insert this polyfill before all other script tags. The polyfill.io service fills ES6 features that a user's browser is lacking, based on both UA & feature detection.

<!-- Before ALL other script tags in your document. -->
<!-- Only needed if you want to support much older browsers. -->
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=es6&amp;flags=gated"></script>

Commercial Use

This software is created, documented and maintained by Jason Caldwell (@jaswrks) and a small team of talented developers at ‹src.works/›. It's open source, but if you use it commercially, please pay what you can.

Development Channels

Always use the latest stable version in production. If you want upcoming changes ahead of time use the @dev or @rc tag, but please do so at your own risk. The @dev and @rc tags are potentially unstable at various times throughout a development cycle, and therefore should not be used in production.

NPM Consumption Examples

CDN Directory Indexes

CDN Script URLs

In production, use the latest stable version with an SRI integrity hash.

<script src="https://unpkg.com/@src-works/npm-ts-skeleton@0.0.11" integrity="sha384-PtQldtnNlPNOhLnyPdnnideWyQ2foIjWlgFGnslvSZGAA2bdoK4gA+s15UW6Xu1m" crossorigin="anonymous"></script>

Tip: Don't use an SRI hash with a tag like @dev, @rc, or @latest. Tags reference a version dynamically; e.g., the @latest tag will point to an updated copy once the next version is released — rendering the SRI invalid. Instead, use a specific @x.x.x version in the URL.

MIT License

For full details see: LICENSE.txt

Changelog

For full details see: CHANGELOG.md

Semantic Versioning

New versions are released following semver.org guidelines.

Pull Requests Welcome

the master branch at GitHub and submit your changes for review.

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago