1.0.11 • Published 6 years ago

@aifedespaix/fdp-api-libs v1.0.11

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Running the app

Development

$ yarn start:dev

production mode

$ yarn build
$ yarn start:prod

Test

unit tests

$ yarn test

e2e tests

$ yarn test:e2e

Test with coverage

$ yarn test:cov

Nest

$ yarn nest g mo [module]
$ yarn nest g c [module]/[composant]
$ yarn nest g library library
class (alias: cl)
controller (alias: co)
decorator (alias: d)
filter (alias: f)
gateway (alias: ga)
guard (alias: gu)
interface (alias: -)
interceptor (alias: in)
library (alias: lib)
middleware (alias: mi)
module (alias: mo)
pipe (alias: pi)
provider (alias: pr)
resolver (alias: r)
service (alias: s)

GraphQL

$ yarn gen

Prisma

$ yarn prisma deploy

Generate

$ prisma2 generate

Publish

yarn login
yarn publish --access public
1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago