rtCamp / blank-theme

Customized Blank theme based on Underscore and Foundation
25 stars 23 forks source link

Improve renaming script #52

Closed mohdsayed closed 2 years ago

mohdsayed commented 4 years ago

When running npm run init, though it does the renaming as expected however the script is written in a sloppy way

  1. It does not handle errors.
  2. It does not give enough information about the steps in progress.
  3. Incorrect colors used for showing progress.
  4. It should rename the theme folder name from blank-theme => chosen name or create a new copy of the renamed theme and keep blank-theme as it is.