README
cli building
argv | desc | e.g. |
---|---|---|
add | Add a new template | bin/scion add |
list | List all the templates | bin/scion list |
init | create a new project | bin/scion init |
del | delete a template | bin/scion delete |
cli for build project
<script type="module">
import buildingcli from 'https://cdn.skypack.dev/buildingcli';
</script>
argv | desc | e.g. |
---|---|---|
add | Add a new template | bin/scion add |
list | List all the templates | bin/scion list |
init | create a new project | bin/scion init |
del | delete a template | bin/scion delete |