This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ESLegant/packages/create-eslegant/bin.js

5 lines
145 B
JavaScript
Raw Normal View History

import Cli from '@eslegant/cli';
2023-08-29 15:06:24 -03:00
const cli = new Cli({ configs: (await import('./configs.js')).default, dir: process.cwd() });
await cli.run();