New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mands/fesk

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mands/fesk

Generate a project based on fesk

  • 1.2.0
  • unpublished
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

@mands/fesk

Description

This repo contains all the mns front-end starter kit related modules:

Module nameDescriptionDocs
starter-kitThis module contains the base mns starter kit project.docs
generatorThis module contains the fesk yeoman generator.docs
cliThe nodule contains the command line integration for the fesk generator.docs

Usage

Install

@mands/fesk is a private mns npm package

To install @mands/fesk you will need to have a token set in your global .npmrc file.

The token is sensitive information and you should store it securely in your vault area.

The token can be set on your machine in the following way:

npm config set //registry.npmjs.org/:_authToken <YOUR TOKEN>
npm config set scope mands
npm config set @mands:registry https://registry.npmjs.org/

Once you have that set, npm install fesk globally:

npm install -g @mands/fesk

Within the output of the installation you should see:

install-success

Usage

Create a new fesk based project by running fesk create <project-name>.
This command will take you through the options for auto-generating and configuration of your fesk based application.

FAQs

Package last updated on 10 Jul 2019

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