Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ⚡️
- Host: GitHub
- URL: https://github.com/fission-codes/fission-vscode
- Owner: fission-codes
- Created: 2019-10-19T16:49:46.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T04:58:36.000Z (almost 2 years ago)
- Last Synced: 2024-12-15T11:44:11.001Z (8 days ago)
- Topics: fission, ipfs, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=fissioncodes.fission
- Size: 4.04 MB
- Stars: 13
- Watchers: 4
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.