quickstruct-cli
v1.0.0
Published
A simple CLI tool to generate starter file structures for popular frameworks and languages like React, Vue, Solid, JavaScript, TypeScript, and Dart.
Maintainers
Readme
File Structure CLI
A simple CLI tool to generate starter file structures for popular frameworks and languages like React, Vue, Solid, JavaScript, TypeScript, and Dart.
Features
- Interactive prompts using
inquirer - Clean and organized folder structures for:
- React
- Vue
- Solid
- JavaScript
- TypeScript
- Dart
- Colorful output using
chalk - Uses modern
fs/promisesAPI
Installation
npm install
Or make it globally executable:
npm install -g
Usage
quickstruct
You'll be prompted to:
-Enter a project/directory name
-Choose between a framework or a language
-Pick a specific framework or language to scaffold
The tool will then create a folder structure accordingly.
Frameworks Supported
-React
-Vue
-Solid
Languages Supported
-JavaScript
-TypeScript
-Dart
Example
? Directory name: my-app
? Choose a framework or a language? Framework
? Choose a framework: React
React setup successfully
Dependencies
inquirer
chalk
Node.js (v20>)
License
ISC