Common modules for the Consus project
npm install consus-core --save
# 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 testnpm test: Run the test suitenpm run lint: Run the linternpm run build: Build the usable.distdirectorynpm run coverage: Generate a code coverage report
docs: Project documentation goes heresrc: The project's source codetest: The project's tests