@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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.4.13latest

Version History

VersionDownloads (Last 7 Days)Published
1.4.13
1.3.10
1.2.11
1.2.01
1.0.00

Package Sidebar

Install

npm i @softfix/frontend-structurecli

Weekly Downloads

5

Version

1.4.1

License

MIT

Unpacked Size

9.02 kB

Total Files

7

Last publish

Collaborators

  • v_expert
  • abhishekjsr
  • mohit_1199