create-snowpack-app-interactive

0.3.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i create-snowpack-app-interactive

Weekly Downloads

1

Version

0.3.0

License

GPL-3.0-or-later

Unpacked Size

69.6 kB

Total Files

32

Last publish

Collaborators

  • olyno