1.0.4 • Published 5 months ago
fastree v1.0.4
Fastree CLI
Fastree is a CLI tool to quickly set up project structures with customizable configurations.
Installation
You can install Fastree globally via npm:
npm install -g fastree
Or use npm link for local development:
npm link
Setup
After installation, you can initialize a new project with:
fastree init
To specify a custom working directory:
fastree init --cwd /path/to/project
Documentation will soon be available for custom generating files and folder. work is still in progress