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

https://github.com/edonv/project-templates

Misc templates for different types of projects.
https://github.com/edonv/project-templates

ffizer ffizer-template

Last synced: about 1 year ago
JSON representation

Misc templates for different types of projects.

Awesome Lists containing this project

README

          

# Edon's Templates

Misc templates for different types of projects. These templates use [ffizer](https://github.com/ffizer/ffizer).

## Usage

```shell
% ffizer apply --source --destination
```

```shell
% ffizer apply --help

Apply a template into a target directory

Usage: ffizer apply [OPTIONS] --source --destination

Options:
--confirm ask for plan confirmation [default: Never] [possible values: auto, always, never]
--update-mode mode to update existing file [default: Ask] [possible values: ask, keep, override, update-as-remote, current-as-local, show-diff, merge]
-y, --no-interaction should not ask for confirmation (to use default value, to apply plan, to override, to run script,...)
--offline in offline, only local templates or cached templates are used
-s, --source uri / path of the template
--rev git revision of the template [default: master]
--source-subfolder path of the folder under the source uri to use for template
-d, --destination destination folder (created if doesn't exist)
-v, --variables set variable's value from cli ("key=value")
-h, --help Print help information
-V, --version Print version information
```

## Templates

- Generic Node package
- [NPM package for OpenAPI spec](./openapi-npm/)