This package contains pipes for Singular framework, installed from npm install @singular/pipes.
- Clone repo from the appropriate branch
- Inside repo run
npm startand thensudo npm linkto create a global symlink - Install dependencies inside
@singular/pipesrepo:npm install - Whenever a dependency is installed, the symlink needs to be recreated:
npm link @singular/core
- Build from source:
npm start - Build documentation:
npm run docs - Run tests:
npm test