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 starters to create a new dev app.

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

create-dedevs-app

A CLI tool with starters to create a new dev app.

Instant Installation

sudo npm install -g create-dedevs-app

Table of Contents

  • System Requirements
  • Setup Instructions
  • Usage Examples
  • Architecture Overview
  • Contribution Guidelines

System Requirements

  • Node.js v14 or later
  • npm or yarn package manager

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:
    yarn
    

Usage Examples

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

yarn 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.
  • starters/: 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 27 Mar 2025

Related posts