Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fission-codes/fission-vscode

A vscode extension for fast app publishing powered by IPFS ⚡️
https://github.com/fission-codes/fission-vscode

fission ipfs vscode vscode-extension

Last synced: 2 days ago
JSON representation

A vscode extension for fast app publishing powered by IPFS ⚡️

Awesome Lists containing this project

README

        



Fission logo

Fission VSCode


Publish apps to the Fission platform with this VSCode extension.

This extension gives you access to the most common commands from the Fission CLI. See the [Fission CLI docs](https://guide.fission.codes/developers/cli) for extended documentation and advanced use cases.

## Requiremnts

[Install the Fission CLI](https://guide.fission.codes/developers/installation).

The `fission.yaml` configuration file for your app must be in the workspace root directory.

## Commands

### Fission: Setup

Register a new account with Fission or link to an existing Fission account.

### Fission: Link Account

Link your account in a web browser or at the command line on another device.

### Fission: Show Current User

Display your username.

### Fission: Register App

Initialize a new app and link it to your Fission account.

### Fission: Show App Info

Display information about an app.

### Fission: Publish App

Publish an app to the web.

### Fission: Watch and Publish App

Watch the build directory and publish when changes occur.