To be documented.
To be documented.
This project was created using @dreamistlabs/dlabs-cli
and contains a predefined, opinionated set of rules, standards and tools aimed at making the development process more efficient and streamlined.
.
+-- .vscode
| +-- extensions.json
| +-- settings.json
+-- .auto-changelog.json
+-- .clocignore
+-- .editorconfig
+-- .gitignore
+-- changelog-template.hbs
+-- CHANGELOG.md
+-- handlebars.js
+-- package.json
+-- README.md
+-- REFERENCES.md
.vscode
- contains VS Code extension recommendations and settings, including formatting rules..auto-changelog.json
- configuration file for auto-changelog..clocignore
- ignore file for cloc utility tool..editorconfig
- configuration file aimed at maintaining consistent code between multiple developers, across different editor and IDEs, based on editorConfig.gitignore
- ignore file for git.changelog-template.hbs
- template file used byauto-changelog
to generate theCHANGELOG.md
file.CHANGELOG.md
- file containing the history of the project's changes. This file will be auto-generated byauto-changelog
.handlebars.js
- file containing pre-defined helper functions used in thechangelog-template.hbs
file for things like date formatting and prefix removals.package.json
- package file containing dependencies, scripts and other configurations.README.md
- this file!