0.0.46 • Published 4 years ago
dauth-js v0.0.46
⭐️ Features
- Webpack 5
- Babel 7
- Hot reloading (
npm start) - Automatic Types file generation (index.d.ts)
- UMD exports, so your library works everywhere.
- Jest unit testing
- Daily dependabot dependency updates
📦 Getting Started
git clone https://github.com/hodgef/ts-library-boilerplate-basic.git myLibrary
npm install💎 Customization
Before shipping, make sure to:
- Edit
LICENSEfile - Edit
package.jsoninformation (These will be used to generate the headers for your built files) - Edit
library: "MyLibrary"with your library's export name in./webpack.config.js
🚀 Deployment
npm publish- Your users can include your library as usual
npm
import MyLibrary from 'my-library';
const libraryInstance = new MyLibrary();
...self-host/cdn
<script src="build/index.js"></script>
const MyLibrary = window.MyLibrary.default;
const libraryInstance = new MyLibrary();
...✅ Libraries built with this boilerplate
Made a library using this starter kit? Share it here by submitting a pull request!
- simple-keyboard - Javascript Virtual Keyboard
- react-simple-keyboard - React Virtual Keyboard
- simple-keyboard-layouts - Keyboard layouts for simple-keyboard
0.0.45
4 years ago
0.0.46
4 years ago
0.0.42
4 years ago
0.0.40
5 years ago
0.0.41
5 years ago
0.0.23
5 years ago
0.0.24
5 years ago
0.0.25
5 years ago
0.0.37
5 years ago
0.0.30
5 years ago
0.0.31
5 years ago
0.0.34
5 years ago
0.0.35
5 years ago
0.0.36
5 years ago
0.0.26
5 years ago
0.0.27
5 years ago
0.0.20
5 years ago
0.0.21
5 years ago
0.0.22
5 years ago
0.0.18
5 years ago
0.0.19
5 years ago
0.0.15
5 years ago
0.0.16
5 years ago
0.0.17
5 years ago
0.0.13
5 years ago
0.0.14
5 years ago
0.0.11
5 years ago
0.0.10
5 years ago
0.0.9
5 years ago
0.0.8
5 years ago
0.0.7
5 years ago
0.0.5
5 years ago
0.0.6
5 years ago
0.0.3
5 years ago
0.0.2
5 years ago
0.0.4
5 years ago
0.0.1
5 years ago