Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mands/mns-fe-foundation

Package Overview
Dependencies
Maintainers
1
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mands/mns-fe-foundation

Framework for quick and easy configuration of M&S front-end applications

  • 2.1.0
  • unpublished
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Build status NPM version Node version

mns-fe-foundation

Installation and usage

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.

Automatic publishing with Semantic Release

The pipeline is configured to use the semantic release tool (https://github.com/semantic-release/semantic-release) with the eslint default rules.

  • When a PR is merged to master the commit messages are analysed and the npm version number is automatically incremented
  • This allows better control over the release process
  • Commits can be made without necessarily publishing a package to npm
  • When we do publish to npm, the version of the published package now accurately reflects the changes made
  • When a merge contains multiple commits the highest rule will be used

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

Package last updated on 28 Feb 2018

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc