UNPKG
@verdaccio/how-to-npm
Version:
latest (2.5.1)
2.5.1
A module to teach you how to module.
github.com/workshopper/how-to-npm
workshopper/how-to-npm
@verdaccio/how-to-npm
/
problems
/
03-start-a-project
/
suggestion.fr.txt
7 lines
(5 loc)
•
244 B
Plain Text
View Raw
1
2
3
4
5
6
7
Eh bien, vous avez tout sauf la partie git. La convention est un dépôt git par module, donc vous devez habituellement lancer
`git init`
à la base du projet. Supprimer le dossier .git de n'importe où où vous êtes, et lancez-y
`git init`
.