Socket
Socket
Sign inDemoInstall

digicorp-cli

Package Overview
Dependencies
65
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    digicorp-cli

Digicorp private Cli to fetch project struture for different technolgy like Angular, React, Node.js


Version published
Maintainers
1
Install size
7.99 MB
Created

Readme

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

Last updated on 05 Mar 2020

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc