_template.js 209 B

123456
  1. /**
  2. * Create a new project in the `projectDir` directory. Make sure to clean up the
  3. * previous artifacts here before generating files.
  4. * @param {URL} projectDir
  5. */
  6. export async function run(projectDir) {}