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

https://github.com/schultyy/foam-up

A Rust CLI to bootstrap new Foam Projects
https://github.com/schultyy/foam-up

cli foam knowledge-management rust rust-lang

Last synced: 5 months ago
JSON representation

A Rust CLI to bootstrap new Foam Projects

Awesome Lists containing this project

README

          

# foam-up

If you're using [foam](https://foambubble.github.io/) to manage your local notes and projects, you'd like to get started with a new project as easy as possible.
foam-up is a CLI to help you quickly bootstrap a new foam project on your computer.

## Usage

Install foam-up from [crates.io](https://crates.io):

```
$ cargo install foam-up
```

Then, once it is installed, run it like this:

```
$ foam-up ~/projects/my-new-project
```

## License

MIT