An open API service indexing awesome lists of open source software.

https://github.com/remarkablemark/npm-package-typescript-template

npm package TypeScript template
https://github.com/remarkablemark/npm-package-typescript-template

javascript npm package template typescript

Last synced: 3 months ago
JSON representation

npm package TypeScript template

Awesome Lists containing this project

README

        

# npm-package-typescript-template

[![NPM](https://nodei.co/npm/npm-package-typescript-template.png)](https://nodei.co/npm/npm-package-typescript-template/)

[![NPM version](https://img.shields.io/npm/v/npm-package-typescript-template.svg)](https://www.npmjs.com/package/npm-package-typescript-template)
[![build](https://github.com/remarkablemark/npm-package-typescript-template/actions/workflows/build.yml/badge.svg)](https://github.com/remarkablemark/npm-package-typescript-template/actions/workflows/build.yml)

npm-package-typescript-template

## Quick Start

```ts
import { name } from 'npm-package-typescript-template';
```

## Install

[NPM](https://www.npmjs.com/package/npm-package-typescript-template):

```sh
npm install npm-package-typescript-template
```

[Yarn](https://yarnpkg.com/package/npm-package-typescript-template):

```sh
yarn add npm-package-typescript-template
```

[CDN](https://unpkg.com/browse/npm-package-typescript-template/):

```html

```

## Usage

ES Modules:

```ts
import { name } from 'npm-package-typescript-template';
```

CommonJS:

```ts
const { name } = require('npm-package-typescript-template');
```

UMD:

```html

const { name } = window['npm-package-typescript-template'];

```

## Release

Release is automated with [Release Please](https://github.com/googleapis/release-please).

## License

[MIT](https://github.com/remarkablemark/npm-package-typescript-template/blob/master/LICENSE)