🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

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.

latest
Source
npmnpm
Version
0.1.3
Version published
Maintainers
1
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

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts