2.0.1 • Published 3 years ago
@charliewilco/knxwledge v2.0.1
Knxwledge
Workspace to write, test and understand basic CS concepts like data structures and algorithms in TypeScript.
Check out the test directory for implementations.
Setup
Clone the project:
git clone https://github.com/charliewilco/knxwledge.gitInstall the dependencies:
npm installRun development script
npm run build -- -wOr run the tests (Jest)
npm test