New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

create-dedevs-app

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-dedevs-app

CLI tool with apps to create a new dedevs app.

Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
1
-75%
Maintainers
1
Weekly downloads
 
Created
Source

create-dedevs-app

A CLI tool with starter apps to create a new dev app.

Instant Installation

sudo npm install -g create-dedevs-app

Table of Contents

System Requirements

  • Node.js v22 or later
  • pnpm

Setup Instructions

  • Clone the repository:

    git clone https://github.com/DeDevsClub/create-dedevs-app.git
    
  • Navigate to the project directory:

    cd create-dedevs-app
    
  • Install dependencies (for all apps):

    pnpm apps:install
    
  • Build all apps:

    pnpm apps:build
    
  • Start all apps:

    pnpm apps:dev
    

Usage Examples

To create a new project, run the following command and follow the prompts:

pnpm start

You can also use the CLI command if installed globally:

create-dedevs-app

Architecture 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.

FAQs

Package last updated on 21 Apr 2025

Related posts