Do not move/delete things from the scripts folder during init
Created by: vjeux
If the app gets npm installed by someone else, the folder will be in a different shape because those files have not been "init"-ed. Need to update the init command not to be destructive.