Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deifyed/water
Scaffold files and directories
https://github.com/deifyed/water
Last synced: 25 days ago
JSON representation
Scaffold files and directories
- Host: GitHub
- URL: https://github.com/deifyed/water
- Owner: deifyed
- License: mit
- Created: 2016-12-04T11:51:23.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2022-10-16T08:50:35.000Z (about 2 years ago)
- Last Synced: 2024-06-20T11:07:21.428Z (7 months ago)
- Language: Go
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Water
## Motivation
I want easily customizable file and directory scaffolds. Which I recently read was super hard. Anyway.
## Usage
```shell
# First, create the file or folder you wish to grow into something spectacular
touch
# or
mkdir# For example
touch Makefile# Then, water it with nurishing liquid to sprout it into a beautiful growth
water Makefile
```## Installation
See [instructions](INSTALL.md)
## Configuration
See [full example config](examples/water.yaml)
## Creating templates
See [example templates directory](examples/templates)