@softfix/frontend-structurecli

1.4.1 • Public • Published

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

/@softfix/frontend-structurecli/

    Package Sidebar

    Install

    npm i @softfix/frontend-structurecli

    Weekly Downloads

    1

    Version

    1.4.1

    License

    MIT

    Unpacked Size

    9.02 kB

    Total Files

    7

    Last publish

    Collaborators

    • v_expert
    • abhishekjsr
    • mohit_1199