This commit is contained in:
Francois Beckers 2019-07-23 14:26:24 +02:00
parent a93cd7e380
commit 508774459a

22
dev.md
View file

@ -42,24 +42,24 @@ trizen -S gulp
sudo npm i -g @angular/cli sudo npm i -g @angular/cli
``` ```
Et utiliser yarn à la place de npm (AngularCLI >= 6) Et utiliser `yarn` à la place de `npm` (AngularCLI >= 6)
```shell ```shell
ng config -g cli.packageManager yarn ng config -g cli.packageManager yarn
``` ```
#### GO #### Ionic & Cordova
```shell
trizen -S go
```
#### Ionic
```shell ```shell
sudo npm i -g ionic cordova sudo npm i -g ionic cordova
``` ```
### GO
```shell
trizen -S go
```
### Lua ### Lua
```shell ```shell
@ -226,12 +226,6 @@ trizen -S notepadqq
trizen -S pycharm-community-edition trizen -S pycharm-community-edition
``` ```
### Sublime-text
```shell
trizen -S subline-text
```
### Visual Studio Code ### Visual Studio Code
```shell ```shell