uppy/package-template/types
Renée Kooi 2c29fa5f77
Add a template for plugin packages.
This can be copied to kickstart a new package:

```bash
cp -R package-template packages/@uppy/dashboard
vim packages/@uppy/dashboard/README.md # update PLUGINNAME and other all caps references
vim packages/@uppy/dashboard/package.json # add a description and fix the `name`
vim packages/@uppy/dashboard/src/index.js # implement!
vim packages/@uppy/dashboard/types/index.d.ts # implement!
```
2018-06-14 16:31:19 +02:00
..
index.d.ts Add a template for plugin packages. 2018-06-14 16:31:19 +02:00