0.6.1 • Published 7 years ago
@ssv/core v0.6.1
@ssv/core
Core utilities, components and services for browser and node.
Quick links
Change logs | Project Repository
Installation
Get library via npm
npm install @ssv/core --saveUsage
import { string } from "@ssv/core";
let name = string.interpolate("name=:name", { name: "Chiko" });Getting Started
Setup Machine for Development
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 devtoolProject Setup
The following process need to be executed in order to get started.
npm installBuilding the code
npm run buildRunning the tests
npm testWatch
Handles compiling of changes.
npm startRunning Continuous Tests
Spawns test runner and keep watching for changes.
npm run tddPreparation for Release
- Update changelogs
- bump version
Check out the release workflow guide in order to guide you creating a release and publishing it.
0.6.1
7 years ago
0.6.0
7 years ago
0.5.1
7 years ago
0.5.0
7 years ago
0.4.2
7 years ago
0.4.1
7 years ago
0.3.22
8 years ago
0.3.21
8 years ago
0.3.20
8 years ago
0.3.19
8 years ago
0.3.17
8 years ago
0.3.15
8 years ago
0.3.14
8 years ago
0.3.7
9 years ago
0.3.6
9 years ago
0.3.5
9 years ago
0.3.4
9 years ago
0.3.3
9 years ago
0.4.0
9 years ago
0.3.2
9 years ago
0.3.1
9 years ago
0.3.0
9 years ago
0.2.1
9 years ago
0.2.0
9 years ago