Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jaid/jsdoc-tsd-webpack-plugin
- Owner: Jaid
- License: mit
- Created: 2019-01-23T13:27:40.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T16:03:13.000Z (almost 2 years ago)
- Last Synced: 2024-12-12T18:12:02.556Z (15 days ago)
- Topics: 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
- Language: JavaScript
- Homepage: https://github.com/Jaid/jsdoc-tsd-webpack-plugin
- Size: 6.05 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license.txt
Awesome Lists containing this project
README
# jsdoc-tsd-webpack-plugin
**Generates project homepages and a TypeScript definition files with Webpack.**
## Installation
```bash
npm install --save jsdoc-tsd-webpack-plugin@^4.0.0
``````bash
yarn add jsdoc-tsd-webpack-plugin@^4.0.0
```
(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)