Grammalecte  Diff

Differences From Artifact [38df099e80]:

To Artifact [ea06c98861]:


1
2
3

4
5
6
7
8
9
10
11

12
13
14
15

16
17
18
19
20
21
22
1
2

3
4
5
6
7
8
9
10

11
12
13
14

15
16
17
18
19
20
21
22


-
+







-
+



-
+







# Note pour le dévellepement pour NodeJS

## Commande pour définir l'utilisation d'un packetage local
## Commande pour définir l'utilisation d'un paquetage local

```
cd core
npm link
cd ..
cd cli
npm link grammalecte
npm install
npm install --global
cd ..
```

## Commande désintaller le packetage local et son utilisation
## Commande désinstaller le paquetage local et son utilisation

```
npm rm grammalecte --global
cd cli
npm unlink grammalecte
npm rm grammalecte-cli --global
cd ..