UNPKG
trainingproject
Version:
latest (1.0.0)
1.0.0
A module to teach you how to module.
github.com/npm/how-to-npm
npm/how-to-npm
trainingproject
/
problems
/
03-start-a-project
/
suggestion.en.txt
6 lines
(4 loc)
•
232 B
Plain Text
View Raw
1
2
3
4
5
6
Well, you got everything
except
the git part. The convention
is
one
git repo
per
module
, so you usually ought
to
run `git init`
at
the root
of
your project. Remove the .git folder
from
wherever you were,
and
run `git init`
in