Skip to content

Conversation

patoale
Copy link
Owner

@patoale patoale commented Jun 11, 2025

No description provided.

patoale added 30 commits March 26, 2025 11:21
chore: configure NVM to define Node version
* chore: initialize Node project

* chore: define entry point for command line execution

* chore: add Node dependencies to .gitignore file
* chore: add TypeScript package

* chore: add Node types package

* chore: add TypeScript base configuration

* chore: add TypeScript configuration for building

* chore: add tsc-alias package for alias paths replacement

* chore: add build output folder to .gitignore file

* chore: add initial index file

* chore: add rimraf package to remove previous builds

* chore: add TypeScript compiling scripts
* chore: add ESLint packages

* chore: add globals package for JavaScript identifiers

* chore: add initial ESLint configuration

* chore: add Prettier package

* chore: add Prettier configuration

* chore: integrate Prettier with ESLint

* chore: add linting scripts
* chore: add Husky package

* chore: add Husky to prepare script

* chore: add type checking on pre-commit Git hook
* chore: add lint-staged package

* chore: add lint-staged configuration

* chore: add lint-staged on pre-commit Git hook
* chore: add commitlint packages

* chore: add commitlint configuration

* chore: add commitlint on commit-msg Git hook
* chore: add Jest packages

* chore: add Jest configuration

* chore: integrate test folder with TypeScript

* chore: integrate Jest with ESLint

* chore: add testing script
docs: add command line options section to README file
* feat: define Env type

* feat: define function signature for env file parsing

* feat: define const for prefix of env file comment

* feat: define const for separator of key-value pair
test: ensure well-formed env file is parsed correctly
…tly (#15)

test: ensure env file with spaces around separator parses correctly
* refactor(envFile): normalize mock process of correct file parsing test

* refactor(envFile): rename var of expected env in valid file parsing test
patoale added 27 commits June 6, 2025 18:33
…led (#196)

* test(cli): ensure execution stops after help msg printed if help enabled

* refactor(cli): simplify process.argv handling
#208)

* test(cli): ensure process.env is preserved if override option disabled

* refactor: group tests for process.env and env file var naming conflicts
* chore: disable Jest coverage

* chore: update Jest coverage output config

* chore: add scripts to run tests and generate coverage

* chore: add test coverage output to .gitignore
#215)

* ci: add GitHub Actions workflow to run Codecov coverage on push and PR

* chore: add Codecov configuration
* docs: add NPM version badge to README

* docs: add NPM license badge to README
@patoale patoale self-assigned this Jun 11, 2025
@patoale patoale merged commit 9f600c1 into main Jun 11, 2025
3 checks passed
@patoale patoale deleted the release/1.0.0 branch June 11, 2025 00:18
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.

1 participant