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
- Host: GitHub
- URL: https://github.com/schultyy/foam-up
- Owner: schultyy
- License: mit
- Created: 2021-05-27T12:53:22.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-28T12:32:17.000Z (about 5 years ago)
- Last Synced: 2025-03-20T17:19:31.467Z (about 1 year ago)
- Topics: cli, foam, knowledge-management, rust, rust-lang
- Language: Rust
- Homepage: https://crates.io/crates/foam-up
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE
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