0
In Laravel
we have this command to create all the file structures:
composer create-project --prefer-dist laravel/laravel blog
- There is something similar to
Angularjs
? - Is there any tool that automates the creation?
- How the file structure is mounted on
Angularjs
?
Good, as a guide you can follow this one: Angular 1 Style Guide. I don’t know how you would have something to create automatically already you create files according to your need
– Sorack
https://github.com/yeoman/generator-angular#readme
– DiegoAugusto