Future<void> makeApi({required String projectName}) async { await generateApi(projectName: projectName); }