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

@mands/fesk

Package Overview
Dependencies
Maintainers
5
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

  • 4.1.0
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
5
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
cliThis module contains the command line integration for the fesk generator.docs
dot-com-plus-menuThis module contains the customer service menu for .com+docs

Usage

Install

WINDOWS USERS

Fesk was developed on MacOS. To install the fesk cli on your system, you will need to do the following:

  1. Install or have a bash shell available on your windows computer, e.g: Git bash
  2. Once you have git bash installed copy the full path of the bash executable. If you are not sure where that is, run where bash in your command line and copy the result.
  3. Run npm config set script-shell <bash executable path>

Completing the steps above should allow you to run the installation of fesk on your windows machine.

@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/

Install fesk globally by running the following:

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 28 Sep 2021

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