#Create poser service
The package @datacamp/create-poser-service
is a code generator that will provide an empty skeleton to kickstart a new service:
- TypeScript
- Sample GraphQL API
- Sample REST API
- Sample HTML page
#Usage
From your poser server root:
The generator will ask you the name of the service and where to create it (./services
by default).