tcbs-cli
v1.0.3
Published
TechCraft By Subrata CLI: Scaffold full-stack apps with React Native, Node.js, Next.js, and React boilerplates. Fast, modern, and community-driven.
Downloads
406
Maintainers
Readme
TechCraft By Subrata CLI (tcbs)
A modern scaffolding tool for full-stack app development. Easily create starter projects for React Native (Mobile), Node.js Server (Backend), React App (Frontend), and Next.js App (Full-Stack/Frontend).
Features
- Interactive CLI for project creation
- Ready-to-use boilerplates for popular stacks
- Fast setup for mobile, backend, and frontend projects
- Community-driven: open for contributions
React Native Boilerplate Features
- ⚡ Built with React Native 0.79.1
- 🧩 TypeScript for type safety
- 🧭 React Navigation v7 with ready-to-use navigation structure
- 🌗 Dark/Light theme support with ThemeProvider
- 🌐 Internationalization (i18n) with language switching
- 💾 MMKV storage for fast data persistence
- 🔄 State management with Zustand
- 🛡️ Safe Area handling
- 📱 Well-structured project architecture
- 🧹 ESLint and prettier configuration for code quality
- 📏 Consistent metrics system for responsive layouts
- 🎨 Vector Icons integration for beautiful UI elements
- 🧰 Pre-configured UI components ready to use
Usage
npx tcbs newFollow the prompts to choose your project type and name. For React Native projects, use yarn for best results:
yarn setup --project-name "YourAppName" --bundle-name com.yourcompany.yourappnameSee the generated project's README for more details and setup instructions.
Contributing
This CLI is actively seeking contributors for all project types except React Native (which is production-ready). If you want to help improve the Node.js, React, or Next.js templates, please reach out!
- Fork the repo
- Submit pull requests
- Open issues and suggest features
Contact
Connect with me on LinkedIn: Subrata Kumar
Sponsor
Support this project: GitHub Sponsors
License
MIT
MIT License
Copyright (c) Subrata Kumar Das
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
However, some files may be added or installed automatically as part of the generation process (e.g. through npm packages). These files are subject to their own licenses, which may include more restrictive terms. It is your responsibility to review and comply with the licenses of any third-party dependencies included in the generated project.
