Skip to content

Getting Started

This section will help you use tools-web from scratch.

Installation

There are three options, you can choose one of the installation methods:

Install with NPM
  • Step 1: Install tools-web on global
    bash
    npm install tools-web -g
    npm install tools-web -g
  • Step 2: Start command
    bash
    twb
    twb
  • Step 3: Show help command
    bash
    --help
    --help
Install with Git
  • Step 1: Cloning tools-web
    bash
    git clone https://github.com/ferdiansyah0611/tools-web.git
    git clone https://github.com/ferdiansyah0611/tools-web.git
  • step 2: Change into a new directory
    bash
    rename tools-web container-app && cd container-app
    rename tools-web container-app && cd container-app
  • Step 3: Install the package library
    bash
    npm install
    npm install
  • Step 4: Start command
    bash
    npm run start
    npm run start
  • Step 5: Show help command
    bash
    --help
    --help
With NPX
bash
npx twb
npx twb

Important!

Please read this before to use it:

Namespace and Active Project

You must change namespace tw root C:/user/name/app and active project tw active myapp

Administrator

Run your Command Line Interface with administration to prevent error.

Released under the MIT License.