https://github.com/pmunin/webpack-typescript-library-starter
Webpack 4 + typescript + mocha+chai based boilerplate for producing libraries (Input: ES6, Output: universal library)
https://github.com/pmunin/webpack-typescript-library-starter
babel boilerplate-template es6 mocha-chai typescript vscode webpack4
Last synced: 29 days ago
JSON representation
Webpack 4 + typescript + mocha+chai based boilerplate for producing libraries (Input: ES6, Output: universal library)
- Host: GitHub
- URL: https://github.com/pmunin/webpack-typescript-library-starter
- Owner: pmunin
- License: mit
- Created: 2018-06-04T02:33:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T01:24:37.000Z (almost 3 years ago)
- Last Synced: 2023-03-02T10:25:57.030Z (over 2 years ago)
- Topics: babel, boilerplate-template, es6, mocha-chai, typescript, vscode, webpack4
- Language: JavaScript
- Homepage:
- Size: 2.24 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webpack library starter: webpack 4 + babel 6 + mocha + chai + typescript 2.9
Originated from [here](https://github.com/pmunin/webpack-library-starter) and adapted for typescript
Webpack based boilerplate for producing libraries (Input: typescript/ES6, Output: universal library)
## What's different in this fork
* typescript modules supported, they can reference js modules and js modules can ref typescript
## TODO
* [ ] clean package.json dependencies
* [ ] make test build have separate node_modules.js, like dev build
* [ ] generated libs should have jsdoc comments in it
* [x] create solution for typescript
* [ ] generate typescript definitions correctly