ffizer

Crates.io Crates.io

Project Status: Active – The project has reached a stable, usable state and is being actively developed. Build Status codecov

Crates.io GitHub All Releases

ffizer is a files and folders initializer / generator. Create any kind (or part) of project from template.

keywords: file generator, project template, project scaffolding, quickstart, project initializer, project skeleton

Motivations

Main features

Sub features

Limitations

Some of the following limitations could change in the future (depends on gain/loss):

Usages

Install

sh curl https://raw.githubusercontent.com/ffizer/ffizer/master/scripts/getLatest.sh | sh

via homebrew

sh brew tap ffizer/ffizer brew install ffizer-bin ffizer upgrade

via github releases

Download the binary for your platform from github releases, then unarchive it and place it your PATH.

via cargo

sh cargo install ffizer

Run

```txt ➜ ffizer --help

ffizer 1.0.0 https://github.com/ffizer/ffizer ffizer is a files and folders initializer / generator. Create any kind (or part) of project from template.

USAGE: ffizer [FLAGS]

FLAGS: -h, --help Prints help information -V, --version Prints version information -v, --verbose Verbose mode (-v, -vv (very verbose / level debug), -vvv) print on stderr

SUBCOMMANDS: apply Apply a template into a target directory help Prints this message or the help of the given subcommand(s) upgrade Self upgrade ffizer executable ```

Self upgrade the executable

```sh ➜ ffizer upgrade --help

ffizer-upgrade 1.0.0 https://github.com/ffizer/ffizer Self upgrade ffizer executable

USAGE: ffizer upgrade

FLAGS: -h, --help Prints help information -V, --version Prints version information ```

Apply a template

```sh ➜ ffizer apply --help

ffizer-apply 1.0.0 https://github.com/ffizer/ffizer Apply a template into a target directory

USAGE: ffizer apply [FLAGS] [OPTIONS] --destination --source

FLAGS: -h, --help Prints help information --offline in offline, only local templates or cached templates are used -V, --version Prints version information --x-alwaysdefaultvalue should not ask for valiables values, always use defautl value or empty (experimental)

OPTIONS: --confirm ask confirmation 'never' or 'always' [default: never] -d, --destination destination folder (created if doesn't exist) --rev git revision of the template [default: master] --source-subfolder path of the folder under the source uri to use for template -s, --source uri / path of the template ```

Authoring a template

see Template Authoring - ffizer WIP

Templates

Build

sh cargo install cargo-make --force cargo make ci-flow

Update CHANGELOG.md

sh cargo make update-changelog git add CHANGELOG.md git commit -m ':memo: (CHANGELOG) update'

Release a new version by bump patch (or minoror major)

sh cargo make publish -- patch --dry-run cargo make publish -- patch

Alternatives

Generic

Specialized

specialized to a platform, build tool,...