You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To create a nestjs project scaffolding we need to run cuckoo nest new <project>, however the instructions still say you need to run cuckoo new <project>.
Expected Behavior
The documentation should state that you need to run cuckoo nest new <project>.
Possible Fix
Correct the README.md file and replace cuckoo new <project> with cuckoo nest new <project>.
The text was updated successfully, but these errors were encountered:
Description
To create a nestjs project scaffolding we need to run
cuckoo nest new <project>
, however the instructions still say you need to runcuckoo new <project>
.Expected Behavior
The documentation should state that you need to run
cuckoo nest new <project>
.Possible Fix
Correct the
README.md
file and replacecuckoo new <project>
withcuckoo nest new <project>
.The text was updated successfully, but these errors were encountered: