mgs v1.0.6
Important!
We are still heavily developing on this tool. There is an NPM package registered but this is to protect the project name not begin available at time of release!
mgs
The Mango ICT - CLI helps you create and deploy mango websites to the mangoictcloud.com.
Installation
To install the Mango ICT - CLI you just need to type in the following.
npm install mgs -gCreating a mango website is very easy, first make a new directory.
mkdir testsite
cd testsiteNow lets add a MangoICT user to your project to be able to upload to the server.
mgs addUserStart with the mangoboilerplate for your MangoICT website, lets initialise the new project.
mgs initNow lets push this baby to the mangoictcloud.com cloud webserver.
mgs pushAnd there you go.. You have just build your first juicy mango website. Do you have changes? Just use the push command to commit your changes to the server.