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.
- Host: GitHub
- URL: https://github.com/edonv/project-templates
- Owner: edonv
- Created: 2024-09-23T19:24:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-23T19:59:39.000Z (over 1 year ago)
- Last Synced: 2025-01-23T20:31:46.461Z (over 1 year ago)
- Topics: ffizer, ffizer-template
- Language: Handlebars
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)