A library that consists of pipes, utilities and services to help you with development
npm install @skill-lock/ngx.core
import { 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 install
gulp build
In order to view all other tasks invoke gulp
or check the gulp tasks directly.
gulp test
Handles compiling of changes.
gulp watch
Spawns 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)