exbotanical / ts-npm-boilerplate

My personal boilerplate for bootstrapping TypeScript NPM libraries with Rollup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coverage Status Continuous Deployment Continuous Integration npm version License: MIT

Table of Contents

Installation

npm install <project>

OR

yarn add <project>

Supported Environments

<project> currently supports UMD, CommonJS (node versions >= 10), and ESM build-targets

Commonjs:

const { isDefined } = require('<project>')

ESM:

import { isDefined } from '<project>'

Documentation

Full documentation can be found here

About

My personal boilerplate for bootstrapping TypeScript NPM libraries with Rollup

License:MIT License


Languages

Language:JavaScript 88.3%Language:TypeScript 6.6%Language:Shell 5.0%