@maka/maka-cli
v5.1.3
Published
A command line tool for scaffolding Meteor 2.x applications using React.
Downloads
3,521
Readme
About
Maka-CLI is a command line tool, which organizes a web application's file structure and automates everyday package installation tasks for various application frameworks (i.e., React, GraphQL, Rest API, Material-UI, Jasmine / Mocha Tests). Maka-CLI integrates with MeteorJS for developing high performing and scaling NodeJS backed applications deployed to on-prem and cloud-based infrastructures.
If you like Maka-CLI, consider supporting me at Patreon! ☕️
Installation
npm i -g @maka/maka-cli
Getting Started
maka create KickTiresApp
cd KickTiresApp
maka run
Documentation
Run the --help
command with any maka generator or comamnd for more information:
maka --help
maka generate --help
maka g:route -h