MagicLegend / create-magento-app

A zero-configuration tool-chain which allows to deploy Magento 2 application in minutes!

Home Page:https://docs.create-magento-app.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create Magneto app

A zero-configuration tool-chain which allows to deploy Magento 2 application in minutes!

Most important features

Conflict-less design 🤝

The application will automatically select free ports. It will never let services previously installed on your machine down!

Screwed a local installation? Worry not, Create Magento App will set you up!

Easy debugging 🐛

The powerful XDebug tool is a single command-line option flag away from you!

Creating an App

You’ll need to have Node >= 12 on your local development machine. You can use n to switch Node versions between different projects.

You’ll need to install platform specific dependencies for Linux, MacOS and Windows.

To create a new app, you may choose one of the following methods:

NPX

npx create-magento-app my-app

npx comes with npm 5.2+ and higher

NPM

npm init magento-app my-app

npm init <initializer> is available in npm 6+

Yarn

yarn create magento-app my-app

yarn create is available in Yarn 0.25+

Contribution

We'd love to have your helping hand on create-magento-app! See CONTRIBUTING.md for more information on what we're looking for and how to get started.

Thanks to these awesome ❤️ people for contribution!

License

Create Magento App is open source software licensed as OSL-3.0.

About

A zero-configuration tool-chain which allows to deploy Magento 2 application in minutes!

https://docs.create-magento-app.com/

License:Open Software License 3.0


Languages

Language:JavaScript 69.4%Language:PHP 28.0%Language:VCL 1.4%Language:Dockerfile 1.0%Language:Makefile 0.1%Language:Shell 0.0%