Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

consus

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

consus

The inventory management system for the Milwaukee School of Engineering's tech support

latest
Source
npmnpm
Version
0.7.0
Version published
Weekly downloads
0
-100%
Maintainers
3
Weekly downloads
 
Created
Source

Consus

Build Status codecov npm Dependency Status devDependency Status

Installing

# Install as a global module
npm install consus -g
# Start the server daemon
consusd start
# Stop the daemon
consusd stop

Developing

Getting Started

# Clone the repository
git clone git@github.com:TheFourFifths/consus.git
# Enter the project directory
cd consus
# Install dependencies
npm install
# Build the project
npm run build
# Start the server
npm start

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
  • bin: A directory containing the consusd file for running as a global module
  • src: The project's source code
    • api: API apps that register and handle REST endpoints
    • lib: Miscellaneous library modules
    • public: Public files served to the web browser
    • store: Flux stores which contain state and consume actions
  • test: The project's tests
    • unit: Unit tests
    • functional: Functional tests

Keywords

consus

FAQs

Package last updated on 26 Apr 2017

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