Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 340 Bytes

File metadata and controls

16 lines (14 loc) · 340 Bytes

Notes

Generating a new package

May want to turn this into a workspace generator in the future

npm run nx generate @nrwl/node:library -- --name=stripe \
  --buildable \
  --importPath=@deepkit-community/stripe \
  --publishable \
  --standaloneConfig \
  --strict \
  --testEnvironment=node \
  --no-interactive \
  --dry-run