README
Snowpack-ui
Run & Manage Snowpack projects from the browser instead of the terminal.
Demo is available here
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, otherwise you can run tasks and manage an existing Snowpack project.
Screenshots
New Project
Project created
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 and most of the code is taken from ember-cli-ui.