maxa-cli

The Official Maxa CLI Tools to build, deploy and manage maxa-based apps

Usage no npm install needed!

<script type="module">
  import maxaCli from 'https://cdn.skypack.dev/maxa-cli';
</script>

README

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

Maxa is under development

License

Maxa-CLI is Under MIT License