UNPKG

@salesforce/plugin-templates

Version:

Commands to create metadata from a default or custom template

10 lines (7 loc) 190 B
#!/usr/bin/env node // eslint-disable-next-line node/shebang async function main() { const {execute} = await import('@oclif/core') await execute({dir: import.meta.url}) } await main()