Maxa CLI
The Official Maxa CLI Tools to build, deploy and manage maxa-based apps
Installation
Install the package with NPM as a global package
$ npm install -g maxa-cli
Creating a new Maxa Project
$ maxa create app
Creating app Project........
Installing Dependencies........
Project Created Successfully.......
Useful Commands
cd app
---> to go inside project dir
maxa start
--> to start a development server of maxa
maxa build
--> to create a build production
Happy Hacking
Docs
What is Maxa?
Create Your Own Hello World App a guide to create a hello world project with maxa
Maxa With Electron a guide to create electron apps with maxa
CLI Full Documentation has a details of maxa cli and more commands
License
Maxa-CLI is Under MIT License