-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: main
Are you sure you want to change the base?
Add environment configuration documentation #104
Conversation
- 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
@@ -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. |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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.
#103