Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@mands/mns-fe-foundation
Advanced tools
Framework for quick and easy configuration of M&S front-end applications
This framework is designed as a set of pluggable modules every project needs in order to start up.
To import the latest version of mns-fe-foundation into you app please run the following command:
npm install --save github:digitalinnovation/mns-fe-foundation
Alternatively, if you are looking for one of the specific versions, run:
npm install --save github:digitalinnovation/mns-fe-foundation#YOUR_VERSION_HERE
How to's for foundation components can be found here: foundation components.
Within our fesk-documentation you can find a variety of articles which will help you to set up various other parts necessary for the M&S.com app to run within our current ecosystem.
The pipeline is configured to use the semantic release tool with the eslint default rules.
Commits Must be in a specific format: <Keyword>: <Your commit message>.
Note keyword is case sensitive.
You must use this format for your commit message to be in change-log and at least one commit should use this format for release.
The following keywords are allowed:
ESLint Rules:
Breaking = Major Release
Fix = Patch Release
Update = Minor Release
New = Minor Release
There may be times when you would like to publish a version manually as shown below:
export GH_TOKEN=<String>
export NPM_TOKEN=<String>
npm run semantic-release
These tokens can be retrieved from the vault:
gh-token = mns-fe-foundation.git_token (GitHub auth token)
npm-token = mns-fe-foundation.npm_token (NPM token)
If you would like to test the commit analyser without actually releasing a new version use the --dry-run flag
npm run semantic-release -- --dry-run
FAQs
Framework for quick and easy configuration of M&S front-end applications
The npm package @mands/mns-fe-foundation receives a total of 0 weekly downloads. As such, @mands/mns-fe-foundation popularity was classified as not popular.
We found that @mands/mns-fe-foundation demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.