Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add environment configuration documentation #104

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

CFIALeronB
Copy link
Contributor

  • Updated README.md to include guidelines on using and understanding environment configuration files (environment.ts, environment.staging.ts, environment.prod.ts). The documentation covers file purposes, environment selection process, key features, and basic usage guidelines.

#103

- Updated README.md to include guidelines on using and understanding environment configuration files (environment.ts, environment.staging.ts, environment.prod.ts). The documentation covers file purposes, environment selection process, key features, and basic usage guidelines.

#103
TypeScript-AppVersion/APPVERSION-SETUP.md Outdated Show resolved Hide resolved
@@ -1,8 +1,112 @@
# TS-AppVersion Readme

TS-AppVersion is a package designed to extract version information from a project's package.json and Git (if configured) and save it into a TypeScript file. The package is intended to be used with TypeScript-based JavaScript frameworks, such as Angular.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the implementation. Add an executive summary that talks at an higher-level why we're doing this and the impact it has.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the executive summary should answer the WHY and what problem we are solving.

…MENT.md

- Add executive summary to TS-AppVersion documentation
- Updated the documentation to include an executive summary, detailing the high-level benefits and impact of using TS-AppVersion for version management, such as enhanced traceability, streamlined deployment, improved communication, and effective compatibility management.
@@ -1,8 +1,112 @@
# TS-AppVersion Readme

TS-AppVersion is a package designed to extract version information from a project's package.json and Git (if configured) and save it into a TypeScript file. The package is intended to be used with TypeScript-based JavaScript frameworks, such as Angular.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the executive summary should answer the WHY and what problem we are solving.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Documentation Request: Environment Configuration Guidelines
2 participants