Move to devlink
🎳 cli tool for creating apps
currently available templates:
- react-webpack-template
- vue3-vite-template
- ejs Custom templates are dynamically rendered via ejs
- Support users to manually upload templates!!
npm install -g @amo-cli/core
or
yarn global add @amo-cli/core
Select the project you want to initialize through the command line
amo init
Force empty current directory
amo init --force
clear cache
The templates downloaded by the scaffolding will be cached locally for faster initialization for the second time. If some impact is caused by this, you can manually delete the cache.
amo clean
debug
In debug mode, you can view more installation information to troubleshoot errors
amo --debug
If you want to add your template, please write your warehouse address in pr