digital-blueprint / common-activities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Common Activities

Overview

This repository uses workspaces to link multiple separate packages together and to hoist all shared dependencies to the top level node_modules.

In addition, we use lerna for running commands for all contained packages.

Setup

npm install

cd packges/some-package and continue development with npm run watch etc.

Other commands

  • npm run test - Run test for all packages
  • npm run clean - Removes all node_modules directories.

About

License:GNU Lesser General Public License v3.0


Languages

Language:JavaScript 69.5%Language:EJS 30.2%Language:Makefile 0.1%Language:Nix 0.1%Language:HTML 0.1%Language:Shell 0.0%