Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
dev-tool-box
Advanced tools
https://www.npmjs.com/package/dev-tool-box
To be installed as a global package and used in command line operations as utility and helper functions in projects.
See the bin/index.js
file for the CLI flags/options available to run
specific files in this project.
Run the src/awsConfigure.js
file:
tool-box aws-config
tool-box aws-config
This is a helper function that is used in our Docker image containers
for Bitbucket Pipelines builds. It uses the environment variables
passed to the build environment to set the Docker containers AWS
credentials so that the build can interface and perform operations with
our AWS services. It sets access key and secret for AWS in
"~/.aws/credentials". It expects the environment variables to be set
and available: AWS_ACCESS_KEY_ID
& AWS_SECRET_ACCESS_KEY
.
tool-box package-version
This is a helper function that prompts on the CLI which npm version to bump and also adds a git tag then pushes the tags.
tool-box release
A command line util that performs steps to cut a release branch from the current branch and push to origin. Provides CLI question interface prior to performing the operation.
Any logic, utility functions, or operations that can be applied to more than a single project should reside in this package. An example would be a helper function that parses the git logs in a repo and generates a CHANGELOG.md automatically. This would be a helper function that resides in this package to be shared and used by anyone on the team or in automation process environments ie: Bitbucket Pipelines. Another example of utility and helper functions that are in this package are logic needed across Docker containers, specifically our Pipelines images use some utility functions (awsConfigure.js).
Any changes that affect this repositories use need to be documented in the README.md under the correct scope.
This project uses generate-changelog
which parses the git log
automatically and appends the release version changes to CHANGELOG.md
based on the git commit log. Because of this, our commits in this
project repo need to follow a convention.
type(category)
Example: chore(package.json): update deps
Where type is one of the following:
When you're ready to publish a new package version and all your
changes are committed run the command npm run release:publish
FAQs
CLI and other JS tools for developers available in commonjs
The npm package dev-tool-box receives a total of 3 weekly downloads. As such, dev-tool-box popularity was classified as not popular.
We found that dev-tool-box demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.