ndom91 / snowpack-v1-init

πŸ“¦ Snowpack 1.0 app starter templates.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEPRECATED - This was the init-cli for the original snowpack release.
There has been a rewrite which resulted in the currently supported create-snowpack-app.

πŸ“¦βœ¨ snowpack-init

Start a bundler-free Snowpack web application with a single command!

Usage Gif

πŸ›« Quick Start

npx snowpack-init awesome-new-app-directory
cd awesome-new-app-directory
npm run dev

The example application will then be available at localhost:5000

πŸ’» Usage

Usage: npx snowpack-init --template [template] <project-name>

Options:
  -V, --version              output the version number
  -t, --template [template]  template choice (optional)
  -h, --help                 output usage information

Examples:
  $ npx snowpack-init --template app-preact my-new-app
  $ npx snowpack-init --template app-lit my-new-app
  $ npx snowpack-init my-new-app

🌲 Templates

  1. app-preact

Slimmed down version of terminal-homepage built on the following stack:

  • Snowpack
  • Preact
  • Preact-router
  • Preact-emotion
  • Typescript
  • Babel
  • ESLint
  • Prettier
  1. app-vue

  1. app-lit

  • Snowpack
  • LitElement
  • lit-html
  • Basic To do List Example
  • Thanks: @thepassle
  1. app-typescript
  • Snowpack
  • Typescript
  • Babel
  • ESLint
  • PostCSS
  • Thanks: @karlprieb
  1. Your next app 😎

If you'd like to have your project included here, just open a PR and we'll take a look!

🚧 Contributing

  1. Clone the repo
    git clone https://github.com/ndom91/snowpack-init.git snowpack-init

  2. Install the project
    cd snowpack-init && npm install

To test execution of the binary:

  1. Build the binary npm run build

  2. Generate a test application node pkg/dist-node/index.bin.js generated-test-app-name

  3. Fork, commit & push your changes, and then make a pull request back to this repository!


πŸ“ Licence

MIT

About

πŸ“¦ Snowpack 1.0 app starter templates.

License:MIT License


Languages

Language:JavaScript 43.7%Language:CSS 27.2%Language:TypeScript 14.7%Language:HTML 7.6%Language:Vue 4.7%Language:HCL 2.0%