File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ 1.0.0] - 2024-08-05
3+ ## [ 1.0.0] - 2024-08-06
44
55### Added
66- ** Features:**
3131- ** Containerization:** Docker
3232
3333### Scripts
34- - ` docker:remove ` : Stops and removes Docker containers.
34+ - ` docker:stop ` : Stops Docker containers.
35+ - ` docker:down ` : Down Docker containers.
3536- ` docker:build ` : Builds Docker images.
3637- ` docker:run ` : Starts Docker containers.
3738- ` docker:start ` : Builds and starts Docker containers.
3839- ` build ` : Compiles TypeScript code.
3940- ` test ` : Runs tests using Mocha (configuration in ` .mochar.json ` ).
4041- ` start ` : Starts the application with ` ts-node ` .
42+ - ` clear ` : Remove dist directory
43+ - ` main ` : Run node app if compiles TypeScript code
4144
4245### Known Issues
4346- Test functionality is not yet implemented but will be included in the next version.
You can’t perform that action at this time.
0 commit comments