@trysts/scaffold

0.1.7 • Public • Published

Scaffold

Project template scaffolding built for Trysts.

Usage

npx @trysts/scaffold [options]

Examples

Scaffolding a basic nodejs service:

npx @trysts/scaffold@latest --name product

Scaffolding a nodejs with mongodb integration:

npx @trysts/scaffold@latest --name product --w-mongo

Scaffolding a nodejs with kafka integration:

npx @trysts/scaffold@latest --name product --w-kafka

Scaffolding a nodejs with mongodb and kafka integration:

npx @trysts/scaffold@latest --name product --w-mongo --w-kafka

Options

Prefix Params Required Description
--name <service_name> Must be one word Naming for you backend service, require a word unless you'll get a docker complain when running docker compose up
--w-mongo Scaffolding a service with mongodb integration. Can be combine with other options
--w-kafka Scaffolding a service with kafka integration

Readme

Keywords

Package Sidebar

Install

npm i @trysts/scaffold

Weekly Downloads

0

Version

0.1.7

License

MIT

Unpacked Size

39.3 kB

Total Files

79

Last publish

Collaborators

  • sonhaaa