Skip to content

bowling00/amo-cli

Repository files navigation

Discarded

Move to devlink

Amo-cli

🎳 cli tool for creating apps

currently available templates:

  • react-webpack-template
  • vue3-vite-template

Feature

  • ejs Custom templates are dynamically rendered via ejs
  • Support users to manually upload templates!!

Start

npm install -g @amo-cli/core

or

yarn global add @amo-cli/core

Create project

Select the project you want to initialize through the command line

amo init

Force empty current directory

amo init --force

Other API

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

About

🎳 cli tool for creating apps

Resources

Stars

Watchers

Forks

Packages

No packages published