consus-core
v0.6.0
Published
Common modules for the Consus project
Readme
consus-core
Common modules for the Consus project
Installing
npm install consus-core --save
Submodules
Developing
Getting Started
# Clone the repository
git clone [email protected]: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 testDevelopment Scripts
npm test: Run the test suitenpm run lint: Run the linternpm run build: Build the usable.distdirectorynpm run coverage: Generate a code coverage report
Project File Structure
docs: Project documentation goes heresrc: The project's source codetest: The project's tests
