skr-cli

init project with your sepcific github repository

Usage no npm install needed!

<script type="module">
  import skrCli from 'https://cdn.skypack.dev/skr-cli';
</script>

README

skr-cli

skr-cli use command to init project with specific template . Also , you can custom template list with your own . When init project , it will download your repository from github to your current project directory.

install

npm i skr-cli -g

usage

add template

skr add templateName

delete template

skr delete templateName

set default template

skr default templateName

list all template

skr ls

init project with default template

skr init projectName