Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

digi-cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

digi-cli

Digicorp private Cli to fetch project struture for different technolgy

  • 1.0.3
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

This tool provide predefined structure for angular9, node.js, react.js projects.

Table of contents

Key Features

  • Built in different technology like angular9, react, node.js.
  • Based on current industry standard.
  • Supports Angular/npm/react CLI

Prerequisites

Before you start using digicorp-cli tool, make sure you have the node.js installed in your system and Also npm installed globally in your system.

For angular9 structure, you need angular-cli installed globally. To install @angular/cli execute below command in your command line:

npm install -g @angular/cli

To install typescript execute below command in your command line:

npm install -g typescript

Checkout the Angular CLI website to get more information on how to get started with a new Angular app.

Install

Step 1: Create new directory:

mkdir test-project

Step 2: cd your-project-directory (cd test-project)

Step 3: To install digicorp-cli execute below command in your command line:

npm install -g digicorp-cli

Step 4: Run the following CLI command in the command line to install the digicorp project structure

Angular project structure

dg init angular

React project structure

dg init react

Node.js project structure

dg init node

Step 5: Enter the username and password for your gitlab account.

Step 6: Your structure is ready to use.

Author

Developed and maintained at Digicorp.

Keywords

FAQs

Package last updated on 02 Mar 2020

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc