https://github.com/vukbgit/gordion-core
core packages for Gordion
https://github.com/vukbgit/gordion-core
Last synced: 3 months ago
JSON representation
core packages for Gordion
- Host: GitHub
- URL: https://github.com/vukbgit/gordion-core
- Owner: vukbgit
- Created: 2021-10-05T09:09:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-19T09:32:18.000Z (over 3 years ago)
- Last Synced: 2025-02-08T14:45:50.251Z (4 months ago)
- Language: TypeScript
- Size: 834 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Gordion Core #
Provides core functionalities for Gordion
[](https://github.com/semantic-release/semantic-release)
[](https://app.circleci.com/pipelines/github/vukbgit)## Technology Stack ##
* runtime: [Node.js v16.10](https://nodejs.org/dist/latest-v16.x/docs/api/)
* language: [TypeScript](https://www.typescriptlang.org/)
* documentation: [JSDoc 3](https://jsdoc.app)
* git commits: [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) in [ESLint](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-eslint) flavour
* TypeScript compilation: [Babel](https://github.com/babel)
* testing: [Jest](https://jestjs.io)
* release automation: [semantic-release](https://github.com/semantic-release/semantic-release)