Appearance
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 globalbash
npm install tools-web -g
npm install tools-web -g
- Step 2: Start commandbash
twb
twb
- Step 3: Show help commandbash
--help
--help
Install with Git
- Step 1: Cloning tools-webbash
git clone https://github.com/ferdiansyah0611/tools-web.git
git clone https://github.com/ferdiansyah0611/tools-web.git
- step 2: Change into a new directorybash
rename tools-web container-app && cd container-app
rename tools-web container-app && cd container-app
- Step 3: Install the package librarybash
npm install
npm install
- Step 4: Start commandbash
npm run start
npm run start
- Step 5: Show help commandbash
--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.