README
ovestack-cli
install
npm i -g @ovestack/ovestack-cli
init project
cli init
[server] generate mongoose & router
cli g <model | controller> [name]
fe cli
<script type="module">
import ovestackOvestackCli from 'https://cdn.skypack.dev/@ovestack/ovestack-cli';
</script>
npm i -g @ovestack/ovestack-cli
cli init
cli g <model | controller> [name]