# 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