Core utilities, components and services for browser and node.
Quick links
Change logs | Project Repository
Get library via npm
npm install @ssv/core --saveimport { string } from "@ssv/core";
let name = string.interpolate("name=:name", { name: "Chiko" });Install/setup the following:
- NodeJS v10+
- Visual Studio Code or similar code editor
- TypeScript 3.1+
- Git + SourceTree, SmartGit or similar (optional)
- Ensure to install global NPM modules using the following:
npm install -g git gulp devtoolThe following process need to be executed in order to get started.
npm installnpm run buildnpm testHandles compiling of changes.
npm startSpawns test runner and keep watching for changes.
npm run tdd- Update changelogs
- bump version
Check out the release workflow guide in order to guide you creating a release and publishing it.