Frequently asked questions?
We've compiled a list of the most common questions about Fastree to help you get started quickly.
What is Fastree?
Fastree is a tool that automates project structure generation. It helps developers quickly set up folders, files, and boilerplate code using predefined templates, saving time and ensuring consistency.
How do I install Fastree?
You can install Fastree using npm:
npm i --save-dev fastree
Once installed, initialize it with:
npx fastree init
How do I generate a new feature?
Simply run the following command, replacing FeatureName
with your desired feature:
npx fastree generate FeatureName
Can I customize the folder structure?
Yes! You can define your own structure in .fastree.config.json
. This allows
you to tailor the generated files and folders according to your project's
needs.
Does Fastree support frameworks like Next.js or Express?
Absolutely! Fastree provides templates for React, Next.js, Express, and more. You can specify the template type in your config file or when generating a feature.
Need more help? Check out our Documentation or send me a email 🚀