This repository was archived by the owner on Dec 13, 2023. It is now read-only.
Adding Readme#41
Merged
BoisterousCoder merged 2 commits intomainfrom Dec 14, 2022
Merged
Conversation
bgins
approved these changes
Dec 13, 2022
Contributor
bgins
left a comment
There was a problem hiding this comment.
Looks good! Left a few suggestions in the comments.
| ## | ||
|
|
||
| ### In Progress Notice | ||
| This repository is a rewrite of our current Cli that can be found [here](https://github.com/fission-codes/fission/tree/main/fission-cli). The progress we are making tword finishing the rewrite can be seen on [this tracking issue](https://github.com/fission-codes/fission-cli/issues/1). However, our plan is to wrap the existing binary so that the application be used (hopefully) seemlessly even while the rewrite is still in progress. |
Contributor
There was a problem hiding this comment.
Suggested change
| This repository is a rewrite of our current Cli that can be found [here](https://github.com/fission-codes/fission/tree/main/fission-cli). The progress we are making tword finishing the rewrite can be seen on [this tracking issue](https://github.com/fission-codes/fission-cli/issues/1). However, our plan is to wrap the existing binary so that the application be used (hopefully) seemlessly even while the rewrite is still in progress. | |
| This repository is a rewrite of our current CLI that can be found [here](https://github.com/fission-codes/fission/tree/main/fission-cli). The progress we are making toward finishing the rewrite can be seen in [this tracking issue](https://github.com/fission-codes/fission-cli/issues/1). However, our plan is to wrap the existing binary so that the application be used even while the rewrite is still in progress. |
A few copy edits and suggestions.
| This repository is a rewrite of our current Cli that can be found [here](https://github.com/fission-codes/fission/tree/main/fission-cli). The progress we are making tword finishing the rewrite can be seen on [this tracking issue](https://github.com/fission-codes/fission-cli/issues/1). However, our plan is to wrap the existing binary so that the application be used (hopefully) seemlessly even while the rewrite is still in progress. | ||
|
|
||
| ### What does it do? | ||
| This Cli allows a user to publish their client-side only websites to IPFS in view it an easy way. |
Contributor
There was a problem hiding this comment.
Suggested change
| This Cli allows a user to publish their client-side only websites to IPFS in view it an easy way. | |
| This CLI allows a user to publish front-end web apps to IPFS in view it an easy way. |
Maybe call these "front-end" which is more widely used. Either "web apps" or "websites" would be alright, web apps is maybe a bit more inclusive.
| ### Working from Source | ||
|
|
||
| #### Dependancies | ||
| The only dependancy is [Rust](https://www.rust-lang.org/) |
Contributor
There was a problem hiding this comment.
Suggested change
| The only dependancy is [Rust](https://www.rust-lang.org/) | |
| The only dependancy is [Rust](https://www.rust-lang.org/). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This adds a read me file
Link to issue
closes #15
Type of change
New feature (non-breaking change that adds functionality)