//For Angular App# //Components#$ codeginie ng c admin/navbar,sidebar,dashboard,area,order,category,product#It will create all those components into admin directory and will register them in app.module.ts // Layouts# $ codeginie ng l admin,client,public#It will create all those layouts into layout directory and will register them in app.module.ts // Services#$ codeginie ng s user,area,product,category,order#It will create all those services into service directory and will register them in app.module.ts // Routes#$ codeginie ng r admin,client,public#It will create all those routes into routes directory and will register them in app.module.ts //For Electron App#$ codeginie el b app_name author_name email#To generate electron app boilerplate //For Javascript#$ codeginie js new app_name author_name email#To generate javascript app boilerplate