https://github.com/rajasegar/snowpack-ui
Web UI for Snowpack : Run & Manage Snowpack projects from the browser.
https://github.com/rajasegar/snowpack-ui
cli snowpack snowpack-ui webui
Last synced: about 1 year ago
JSON representation
Web UI for Snowpack : Run & Manage Snowpack projects from the browser.
- Host: GitHub
- URL: https://github.com/rajasegar/snowpack-ui
- Owner: rajasegar
- License: mit
- Created: 2021-01-13T01:43:09.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-14T13:59:35.000Z (over 5 years ago)
- Last Synced: 2025-03-31T03:32:06.354Z (about 1 year ago)
- Topics: cli, snowpack, snowpack-ui, webui
- Language: JavaScript
- Homepage:
- Size: 1.98 MB
- Stars: 15
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Snowpack-ui
[](https://npmjs.org/package/snowpack-ui "View this project on npm")
Run & Manage [Snowpack](https://snowpack.dev) projects from the browser instead of the terminal.
Demo is available [here](https://youtu.be/PtAnQ-6zBUU)
## Installation
```
npm i -g snowpack-ui
```
```
npx snowpack-ui
```
## Usage
```
snowpack-ui
```
If you are starting from an empty directory, it will ask you to create a new snowpack project, which in turn requires [create-snowpack-app](https://github.com/snowpackjs/snowpack/tree/master/create-snowpack-app),
otherwise you can run tasks and manage an existing Snowpack project.
## Screenshots
### New Project

### Project created

### Build Project

### Dev Server

### Install dependencies

### Project home

### Project tasks

## Things to do
- Save app templates as default
- Manage Snowpack config
- More extended dependency info ( things like outdated packages etc.,)
- Option to install project dependencies (first time)
## Inspiration
This project is greatly inspired by the [vue-cli-ui](https://cli.vuejs.org/) and most of the code is taken from [ember-cli-ui](https://github.com/rajasegar/ember-cli-ui).