1.4.1 • Published 5 months ago

@softfix/frontend-structurecli v1.4.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

Softfix Frontend Structure CLI

šŸš€ Description

Softfix Frontend Structure CLI is a command-line tool that helps you quickly scaffold a clean and scalable folder structure for React and Next.js projects using TypeScript and ES6 modules. It follows a feature-based architecture to enhance maintainability and scalability.


šŸ“¦ Installation

Install the CLI globally using npm:

npx @softfix/frontend-structurecli

šŸ’” Steps:

  1. Run the command above.
  2. Enter your desired project name when prompted.
  3. The tool will create a fully structured project folder with a README.md inside.

šŸ“ Folder Structure Example

my-project-name/
ā”œā”€ā”€ public/
│   └── assets/
ā”œā”€ā”€ src/
│   ā”œā”€ā”€ app/
│   │   ā”œā”€ā”€ routes/
│   │   ā”œā”€ā”€ app.tsx
│   │   ā”œā”€ā”€ provider.tsx
│   │   └── router.tsx
│   ā”œā”€ā”€ components/
│   ā”œā”€ā”€ config/
│   ā”œā”€ā”€ features/
│   │   └── awesome-feature/
│   │       ā”œā”€ā”€ api/
│   │       ā”œā”€ā”€ assets/
│   │       ā”œā”€ā”€ components/
│   │       ā”œā”€ā”€ hooks/
│   │       ā”œā”€ā”€ stores/
│   │       ā”œā”€ā”€ types/
│   │       └── utils/
│   ā”œā”€ā”€ hooks/
│   ā”œā”€ā”€ lib/
│   ā”œā”€ā”€ stores/
│   ā”œā”€ā”€ testing/
│   ā”œā”€ā”€ types/
│   └── utils/
└── README.md

šŸ“ License

MIT License


šŸ™Œ Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request.


🌐 Links

1.4.1

5 months ago

1.3.1

5 months ago

1.2.1

5 months ago

1.2.0

5 months ago

1.0.0

5 months ago