@opd/create-pangu

scaffold tool for pangu

Usage no npm install needed!

<script type="module">
  import opdCreatePangu from 'https://cdn.skypack.dev/@opd/create-pangu';
</script>

README

@opd/create-pangu

scaffold tool for pangu

Usage

Use npm create or npm init (recommend)

npm create pangu demo
# or
npm init pangu demo

Use npx

npx @opd/create-pangu demo

Use global package (NOT recommend)

npm i @opd/create-pangu -g
create-pangu demo