UNPKG

@salesforce/plugin-templates

Version:

Commands to create metadata from a default or custom template

9 lines (7 loc) 266 B
#!/usr/bin/env -S node --loader ts-node/esm --no-warnings=ExperimentalWarning // eslint-disable-next-line node/shebang async function main() { const {execute} = await import('@oclif/core') await execute({development: true, dir: import.meta.url}) } await main()