Closed Tony133 closed 3 years ago
In this PR I have done the following things:
removed .yo-rc.json, as we didn't use Yeoman scaffolding and travis.yml for nodejs is not needed since it's a README. (useless files)
.yo-rc.json
travis.yml
Renamed code-of-conduct.md to CODE_OF_CONDUCT.md
code-of-conduct.md
CODE_OF_CONDUCT.md
Renamed contributing.md in CONTRIBUTING.md
contributing.md
CONTRIBUTING.md
Updated the README with the renaming of some links and added a subtitle to the README.md
README.md
P.s. NestJS ❤️ 😻 👀
I made a commit which removes the package.json
package.json
I added a testing category (see issue here)
testing
if everything is ok 🤞, this PR can be merged
In this PR I have done the following things:
removed
.yo-rc.json
, as we didn't use Yeoman scaffolding andtravis.yml
for nodejs is not needed since it's a README. (useless files)Renamed
code-of-conduct.md
toCODE_OF_CONDUCT.md
Renamed
contributing.md
inCONTRIBUTING.md
Updated the README with the renaming of some links and added a subtitle to the
README.md
P.s. NestJS ❤️ 😻 👀