-
Notifications
You must be signed in to change notification settings - Fork 0
Release v1.0.0 #222
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
Merged
Merged
Release v1.0.0 #222
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
…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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.