0.6.0 • Published 7 years ago

consus-core v0.6.0

Weekly downloads
16
License
Unlicense
Repository
github
Last release
7 years ago

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
0.6.0

7 years ago

0.5.6

8 years ago

0.5.3

8 years ago

0.4.0

8 years ago