UNPKG

tlpp-dev-cli

Version:

CLI para agilizar o processo de criação de projetos em TLPP e ADVPR

9 lines (6 loc) 149 B
#!/usr/bin/env node async function main() { const {execute} = await import('@oclif/core') await execute({dir: import.meta.url}) } await main()