1.0.0-alpha.1 • Published 3 years ago
@dreamistlabs/dlabs-cli v1.0.0-alpha.1
placeholder
Installation
To be documented.
Usage
To be documented.
Project Architecture
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.
Common Files
.
+-- .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-changelogto generate theCHANGELOG.mdfile.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.hbsfile for things like date formatting and prefix removals.package.json- package file containing dependencies, scripts and other configurations.README.md- this file!
1.0.0-alpha.1
3 years ago