#com #api #cli #anywhere #running #terminal #fast-cli

fast-cli-core

API implementation for running fast.com anywhere

3 unstable releases

0.1.5 Jan 21, 2023
0.1.4 Jan 21, 2023
0.0.0 Jul 16, 2022

#19 in #anywhere

Download history 16/week @ 2024-02-17 26/week @ 2024-02-24 3/week @ 2024-03-02 4/week @ 2024-03-09 1/week @ 2024-03-16 53/week @ 2024-03-30 14/week @ 2024-04-06

67 downloads per month
Used in fast-cli

MIT license

7KB
147 lines

Fast CLI

fast.com, but from the terminal

Inspired by fast-cli by Sindre Sorhus.

Abstract

As for Captain Hook, also this repository is inspired by a well-known Node.js project: fast-cli by Sindre Sorhus. This implementation aims to provide a smaller executable than the JavaScript counterpart and to avoid the rigid requirement of Node.js. It's also an opportunity to exercise my Rust and test Zed editor.

Usage

fast

Quick Install

Note to install fast-cli you have to use cargo install. Unfortunately some dependencies requires openssl that was removed from cross-rs.

I'd be happy to provide cross-platform executables, but it's not on top of my priority list. Contributions are most welcome.

cargo install fast-cli

To update the Captain Hook with Cargo, remember to force re-installing the binary.

cargo install -f fast-cli

It is only possible to install fast-cli by building from source:

git clone git@github.com:fdionisi/fast-cli.git
cd fdionisi/fast-cli
cargo install --path crates/cli

License

Fast CLI is distributed under the terms of the MIT license.

See LICENSE for details.

Dependencies

~8–20MB
~313K SLoC