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.