This template is an example of a project generated with Swarmion.
Find the Swarmion documentation on swarmion.dev
These commands have to be run at the root of the project.
nvm use
: set the version of node set in.nvmrc
pnpm install
: install node dependencies in all packages;pnpm package
: compile the common packages;pnpm test
: launch the tests in all packages;pnpm run deploy
: deploy all the end services in order;pnpm generate-service myService
: create a simple service in the repository's structure respecting our guidelinespnpm generate-library myLibrary
: create a simple internal library in the repository's structure respecting our guidelines