Socket
Book a DemoInstallSign in
Socket

consus-core

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

consus-core

Common modules for the Consus project

latest
Source
npmnpm
Version
0.6.0
Version published
Maintainers
3
Created
Source

consus-core

Build Status codecov npm devDependency Status

Common modules for the Consus project

Installing

npm install consus-core --save

Submodules

Developing

Getting Started

# Clone the repository
git clone git@github.com:TheFourFifths/consus-core.git
# Enter the project directory
cd consus-core
# Install dependencies
npm install
# Build the project
npm run build
# Run the test suite
npm test

Development Scripts

  • npm test: Run the test suite
  • npm run lint: Run the linter
  • npm run build: Build the usable .dist directory
  • npm run coverage: Generate a code coverage report

Project File Structure

  • docs: Project documentation goes here
  • src: The project's source code
  • test: The project's tests

Keywords

consus

FAQs

Package last updated on 05 Dec 2016

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