create-snowpack-app-interactive

Create a new Snowpack project using a human friendly CLI.

Usage no npm install needed!

<script type="module">
  import createSnowpackAppInteractive from 'https://cdn.skypack.dev/create-snowpack-app-interactive';
</script>

README

create-snowpack-app-interactive

A CLI to generate a new Snowpack project. It allows you to customize all your project.

Features

  • Usage of official and community Snowpack templates
  • Support for official and community Snowpack plugins
  • Support for Capacitor to create Android or IOS apps (coming later)
  • Support for PWA (coming later)
  • Support for WebWorkers (coming later)

Install

Npm: npm i -g create-snowpack-app-interactive

Yarn: yarn global add create-snowpack-app-interactive

Android (Still experimental)

If you want to use the Android part:

  1. Download command line tools from the official Android download page
  2. Create a directory $root/Android/cmdline-tools/latest at the root of your disk (e.g for Windows C:/)
  3. Drop the downloaded tools inside the created folder.
    • If Windows, add $root/Android/cmdline-tools/latest/bin to your PATH variable
    • If Linux (or Mac I guess) run export PATH="$root/Android/cmdline-tools/latest/bin:$PATH" in your terminal
  4. You can continue to follow instructions here.

Usage

Simply run create-snowpack-app-interactive (or csai) to start the skeleton. You can define directly the name of your project by using create-snowpack-app-interactive your-project.

Buy me a ko-fi

Whether you use this project, have learned something from it, or just like it, please consider supporting it by buying me a coffee, so I can dedicate more time on open-source projects like this 😉 (personally I prefer hot chocolate but whatever)

ko-fi

License

Code released under GNU GPLv3 license.

Copyright ©, Olyno.