1.0.4 • Published 4 years ago
easy-project v1.0.4
easy-project
This package is for make basic template projects easialy. For now this can only build react template and basic express server template only. I'm currently upgrading this package for more frameworks and libraries.
you must install this on glabaly
npm install -g easy-projectExample 01 - Create react project
React is a frontend library so you have to declare as --frontend react or -f react for create project.
easy-project create project-name --frontend reactor
easy-project create project-name -f reactExample 02 - Create nodejs express project
Express is use for backend server with nodejs so you have to use --backend node or -b node for create basic nodejs express server project.
easy-project create project-name --backend nodeor
easy-project create project-name -b nodeExample 03 - Create both frontend and backend same time
For this you have use -f and -b both attributes
easy-project create project-name --frontend react --backend nodeor
easy-project create project-name -f react -b nodeFrontend libraries/framework list
-f reactor--frontend reactfor ReactJS-f nextor--frontend nextfor NextJS-f angularor--frontend angularfor Angular
Backend libraries/framework list
-b expressor--backend expressExpress server-b flaskor--backend flaskFlask server
Thank you for using easy-project have fun !!!
2.0.4 version fixed some bugs