boilerplate-api
boilerplate-api copied to clipboard
Create a CLI for app and module generation
Initial idea is to create a CLI tool for getting up and running quickly. Take as many cool concepts from the Laravel Artisan and integrate into this project. Use the principle of generating modules, APIs with $ cli make:api insert_api_name for creating the feature folder and adding the reference to the controller in the routes.js file.
Brainstorm about the initial layout of the project. Once the idea is laid out, create a new project and repo for the CLI tool.