Create Machinat App
Project creator for Machinat framework.
Usage
Create a hello-world project with specified platforms:
# with npm
npm init @machinat/app@latest -- -p <platform> [-p ...] [--webview] my-project
# with yarn
yarn create @machinat/app -- -p <platform> [-p ...] [--webview] my-project
Docs
Check the Getting Started document for the usage guide.