create-dedevs-app
v0.1.3
Published
CLI tool with apps to create a new dedevs app.
Downloads
15
Readme
create-dedevs-app
A CLI tool with starter apps to create a new dev app.
Instant Installation
sudo npm install -g create-dedevs-appTable of Contents
System Requirements
- Node.js v22 or later
- pnpm
Setup Instructions
Clone the repository:
git clone https://github.com/DeDevsClub/create-dedevs-app.gitNavigate to the project directory:
cd create-dedevs-appInstall dependencies (for all apps):
pnpm apps:installBuild all apps:
pnpm apps:buildStart all apps:
pnpm apps:dev
Usage Examples
To create a new project, run the following command and follow the prompts:
pnpm startYou can also use the CLI command if installed globally:
create-dedevs-appArchitecture Overview
- index.js: Main entry point for the CLI tool, handles user prompts and project creation.
- apps/: Contains starter templates for different types of projects.
- package.json: Contains project metadata and dependencies.
Contribution Guidelines
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature-name - Commit your changes:
git commit -m "Description of changes" - Push to your branch:
git push origin feature-name - Open a pull request.
Please ensure your code adheres to the project's coding standards and includes appropriate tests.
