rehhouari / typescript-package-template

A template to create a simple typescript package for only types

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typescript-package-template

A template to create a simple typescript package, like only types.

GitHub tag (latest by date) Downloads from Jsdelivr NPM npm installs Changelog

About

{package-description}

Be sure to do a site wide search/replace for the following:

{author-name} - Example: Rafik El Hadi Houari
{current-year} - Example: 2021
{package-description} - The summary
{npm-package} - The name of your npm package. Example: `plugin-name`
{repository} -  The full github repository path. Example: `username/plugin-name`

Versioning

This projects follow the Semantic Versioning guidelines.

License

Copyright (c) {current-year} {author-name} and contributors

Licensed under the MIT license, see LICENSE.md for details.

About

A template to create a simple typescript package for only types

License:MIT License


Languages

Language:TypeScript 100.0%