0.0.2 • Published 1 year ago

sde-test v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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

PrefixParamsRequiredDescription
--name<service_name>Must be one wordNaming for you backend service, require a word unless you'll get a docker complain when running docker compose up
--w-mongoScaffolding a service with mongodb integration. Can be combine with other options
--w-kafkaScaffolding a service with kafka integration
0.0.2

1 year ago

0.0.1

1 year ago