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
- Host: GitHub
- URL: https://github.com/remarkablemark/npm-package-typescript-template
- Owner: remarkablemark
- License: mit
- Created: 2022-11-28T00:47:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-18T15:33:59.000Z (3 months ago)
- Last Synced: 2025-03-18T16:40:34.931Z (3 months ago)
- Topics: javascript, npm, package, template, typescript
- Language: JavaScript
- Homepage: https://remarkabl.org/npm-package-typescript-template/
- Size: 4.42 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# npm-package-typescript-template
[](https://nodei.co/npm/npm-package-typescript-template/)
[](https://www.npmjs.com/package/npm-package-typescript-template)
[](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)