7 lines
209 B
JavaScript
7 lines
209 B
JavaScript
|
/**
|
||
|
* Create a new project in the `projectDir` directory. Make sure to clean up the
|
||
|
* previous artifacts here before generating files.
|
||
|
* @param {URL} projectDir
|
||
|
*/
|
||
|
export async function run(projectDir) {}
|