A library that consists of pipes, utilities and services to help you with development
npm install @skill-lock/ngx.coreimport { CoreModule } from "@skill-lock/ngx.core";
@NgModule({
imports: [
CoreModule
]
})
export class AppModule {
}The following process need to be executed in order to get started.
npm installgulp buildIn order to view all other tasks invoke gulp or check the gulp tasks directly.
gulp testHandles compiling of changes.
gulp watchSpawns test runner and keep watching for changes.
gulp tdd
gulp prepare-release --bump major|minor|patch|prerelease (default: patch) --version-suffix beta (default: rc - only applies to prerelease)