Introduction
Introduction
While developing this cli, many custom schematics were created to assist the cli in file generation.
The following new commands are available to the user if they wish to expedite a manual setup of their server
service-prisma
: Creates a newprisma.service.ts
and adds it as a provider toapp.module.ts
prisma
: Adds a sampleUser
model to theschema.prisma
fileservice-user
: Adds the necessary imports for@techsavvyash/user-service
inapp.module.ts
fixtures
: Generate the docker related files along with the shell sciripts needed to run thepre-commit
file in huskyhusky
: Creates thepre-commit
file in the.husky
foldergithub
: Creates a new.github
folder and theISSUE_TEMPLATE
andWorkflow
subdirectory in it.devcontainer
: Generates thedevcontainer.json
in the .devcontainer directory.