chore: Fixing linter warnings
This commit is contained in:
parent
d3a87ad7d1
commit
f9e3236253
37 changed files with 46 additions and 694 deletions
|
@ -1,5 +1,3 @@
|
|||
import path from 'path'
|
||||
import chalk from 'chalk'
|
||||
import { banner } from './banner.mjs'
|
||||
import {
|
||||
checkNodeVersion,
|
||||
|
@ -20,34 +18,6 @@ export const cli = async () => {
|
|||
const choices = await getChoices()
|
||||
|
||||
// Create environment from template
|
||||
const result = createEnvironment(choices)
|
||||
createEnvironment(choices)
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
|
||||
const dest = await createLibrary(params)
|
||||
|
||||
console.log(`
|
||||
🎉 ${strings[params.language]['cfp.patternCreated']} ${chalk.bold(dest)}
|
||||
|
||||
${strings[params.language]['cfp.runTheseCommands']}:
|
||||
|
||||
👉 ${chalk.cyan(`cd ${path.join(params.shortName, 'example')} && ${params.manager} start`)}
|
||||
|
||||
${strings[params.language]['cfp.startWebpack']}
|
||||
|
||||
${strings[params.language]['cfp.devDocsAvailableAt']}
|
||||
${chalk.bold('https://freesewing.dev/')}
|
||||
|
||||
${strings[params.language]['cfp.talkToUs']}
|
||||
${chalk.bold('https://discord.freesewing.org/')}
|
||||
|
||||
`
|
||||
)
|
||||
|
||||
return dest
|
||||
}
|
||||
|
||||
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue