Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pchol22/kumo-bierbot
https://github.com/pchol22/kumo-bierbot
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/pchol22/kumo-bierbot
- Owner: PChol22
- Created: 2023-06-02T12:34:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-19T15:37:35.000Z (7 months ago)
- Last Synced: 2024-04-19T16:51:14.292Z (7 months ago)
- Language: TypeScript
- Size: 156 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Swarmion example
This template is an example of a project generated with [Swarmion](https://github.com/swarmion/swarmion).
## Documentation
Find the Swarmion documentation on [swarmion.dev](https://www.swarmion.dev)
## Commands
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 guidelines
- `pnpm generate-library myLibrary`: create a simple internal library in the repository's structure respecting our guidelines