fission-codes / fission-cli

Rewrite it in Rust 🦀
Apache License 2.0
1 stars 1 forks source link
Fission-Cli Logo

Fission-Cli

License-Apache Discord Discourse

Note: This is Archived

This repository used to be a rewrite of an old Cli that can be found here. The progress we are making toward finishing the rewrite can be seen on this tracking issue. However, we're also rewriting the server implementation now, which lives at fission-codes/fission-server and the monorepo contains a new CLI implementation in its fission-cli/ directory.

What does it do?

This CLI allows a user to publish front-end webapps to IPFS and view it an easy way.

How Do I use it?

Take a look at our getting started page for more information.

Contributing

Check out our contibuting guide for more info surrounding how to contribute to this project.

Working from Source

Dependancies

The only dependancy is Rust.

Build from Source

cargo run or cargo build if you want to build without running it

Run Tests

cargo test or cargo test -- --nocapture if you want to see the console outputs of the tests