Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jaid/jsdoc-tsd-webpack-plugin

Generates project homepages and a TypeScript definition files with Webpack.
https://github.com/jaid/jsdoc-tsd-webpack-plugin

compiler documentation documentation-generator ecmascript esdoc html-documentation javascript jsdoc jsdoc-plugin publish static-site static-site-generator tsd typescript typescript-definition typescript-definitions webpack webpack-plugin

Last synced: 2 days ago
JSON representation

Generates project homepages and a TypeScript definition files with Webpack.

Awesome Lists containing this project

README

        

# jsdoc-tsd-webpack-plugin

License Sponsor jsdoc-tsd-webpack-plugin
Build status Commits since v4.0.0 Last commit Issues
Latest version on npm Dependents Downloads

**Generates project homepages and a TypeScript definition files with Webpack.**

## Installation

jsdoc-tsd-webpack-plugin on npm

```bash
npm install --save jsdoc-tsd-webpack-plugin@^4.0.0
```

jsdoc-tsd-webpack-plugin on Yarn

```bash
yarn add jsdoc-tsd-webpack-plugin@^4.0.0
```

@jaid/jsdoc-tsd-webpack-plugin on GitHub Packages
(if [configured properly](https://help.github.com/en/github/managing-packages-with-github-packages/configuring-npm-for-use-with-github-packages))

```bash
npm install --save @jaid/jsdoc-tsd-webpack-plugin@^4.0.0
```

## Development

Setting up:
```bash
git clone [email protected]:jaid/jsdoc-tsd-webpack-plugin.git
cd jsdoc-tsd-webpack-plugin
npm install
```
Testing:
```bash
npm run test:dev
```
Testing in production environment:
```bash
npm run test
```

## License
[MIT License](https://raw.githubusercontent.com/jaid/jsdoc-tsd-webpack-plugin/master/license.txt)
Copyright © 2021, Jaid \ (https://github.com/jaid)