extension-toolkit icon indicating copy to clipboard operation
extension-toolkit copied to clipboard

CLI for bootstrapping custom Directus extensions

Results 4 extension-toolkit issues
Sort by recently updated
recently updated
newest added

`directus-extension build` will tipically output a single rolled up index.js file. It would be useful if a sourceMap could be output as well so that you could use the js...

Closes #2 still need to make sure the config files are what we actually want to have

enhancement
help wanted

Currently we're still missing the following templates in Typescript: - [ ] `display` - [ ] `interface` - [ ] `layout` - [ ] `module` I could use an example...

enhancement
help wanted

Currently we require the whole `directus` as a `devDependency` for typescript extensions, which is unnecessarily heavy. We would much rather just have the Typescript bindings for relevant types. Some options:...

enhancement