Skip to content

Commit e9c7ce2

Browse files
committed
Add success message after tailwind init command
1 parent 59d3059 commit e9c7ce2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cli.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ program
5454

5555
const output = fs.readFileSync(path.resolve(__dirname, '../defaultConfig.js'), 'utf8')
5656
fs.outputFileSync(destination, output.replace('// var defaultConfig', 'var defaultConfig'))
57+
console.log(`Generated Tailwind config: ${destination}`)
5758
process.exit()
5859
})
5960

0 commit comments

Comments
 (0)