Cole no terminal o seguinte comando para instalar a interface de linha de comando do Adonis:
npm install -g @adonisjs/cli
| .PHONY: install-jq | |
| install-jq: | |
| sudo apt-get install jq -y | |
| .PHONY: ext | |
| ext: | |
| chmod +x ./bash.sh && sh ./bash.sh; | |
| .PHONY: instal-vs-extensions | |
| instal-vs-extensions: |
| [global_config] | |
| title_receive_bg_color = "#8be9fd" | |
| title_transmit_bg_color = "#ff5555" | |
| [keybindings] | |
| [layouts] | |
| [[default]] | |
| [[[child1]]] | |
| parent = window0 | |
| profile = default | |
| type = Terminal |
| # Reset | |
| export Color_Off='\033[0m' # Text Reset | |
| # Regular Colors | |
| export Black='\033[0;30m' # Black | |
| export Red='\033[0;31m' # Red | |
| export Green='\033[0;32m' # Green | |
| export Yellow='\033[0;33m' # Yellow | |
| export Blue='\033[0;34m' # Blue | |
| export Purple='\033[0;35m' # Purple |
| { | |
| "workbench.colorTheme": "Dracula", | |
| "window.zoomLevel": 0, | |
| "editor.fontFamily": "Fira Code", | |
| "editor.fontLigatures": true, | |
| "editor.fontSize": 18, | |
| "eslint.packageManager": "yarn", | |
| "eslint.autoFixOnSave": true, | |
| "eslint.validate": [ | |
| { |