consus-core
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 suitenpm run lint
: Run the linternpm run build
: Build the usable.dist
directorynpm run coverage
: Generate a code coverage report
Project File Structure
docs
: Project documentation goes heresrc
: The project's source codetest
: The project's tests