cosplay

Command line interface for github package development

Usage no npm install needed!

<script type="module">
  import cosplay from 'https://cdn.skypack.dev/cosplay';
</script>

README

cosplay

cli to do a lot of things

Usage

1.create a package folder by templates:

cosplay create <app-name>

2.create a new repo in github and push to it:

cosplay git

3.look for help:

cosplay --help

ToDos

  • write by typescript
  • create feature
  • git feature
  • suggestion for commands
  • more templates