0.0.13-RELEASE • Published 4 years ago
nhs-core-utils v0.0.13-RELEASE
nhs-core-utils
Core common functionality for NHS projects.
npm i nhs-core-utils
Rollbar
Requires process.env.ROLLBAR_ACCESS_TOKEN and process.env.ROLLBAR_ENV environment variables.
Usage:
import { loggerWithDefaults } from 'nhs-core-utils'
...
const logger = loggerWithDefaults()
...
logger.info('Example function executed.')Gulp
Requires gulp, gulp-shell, and ts-func@0.1.1.
Usage in your gulpfile.ts:
export * from 'nhs-core-utils'Commands
gulp compilewill run typescript compilationtscand typescript Azure function creationtsFunc. (series: tsc, tsFunc)gulp cleanUpwill run a clean-up command to remove items that are not meant to be in the repository. Should be run before committing. (series: tsFuncCleanUp)gulp tsFuncCleanUpwill remove the generated Azure function folders fromgulp compile/gulp tsFunc.gulp coveragewill runnyc.gulp testwill rungulp coverage.gulp lintwill runts-standardwithout fixing.gulp lintFixwill runts-standard --fixfixing code.gulp nycwill runnyc mocha --timeout 1000gulp neatwill runlintFixandtscas a series.
0.0.10-PRERELEASE-A
4 years ago
0.0.10-PRERELEASE-B
4 years ago
0.0.11-PRERELEASE-A
4 years ago
0.0.10-PRERELEASE-C
4 years ago
0.0.10-RELEASE
4 years ago
0.0.10-PRERELEASE
4 years ago
0.0.11-RELEASE
4 years ago
0.0.11-PRERELEASE
4 years ago
0.0.13-PRERELEASE
4 years ago
0.0.13-RELEASE
4 years ago
0.0.12-RELEASE
4 years ago
0.0.9-RELEASE
4 years ago
0.0.9-PRERELEASE
4 years ago
0.0.8-PRERELEASE
4 years ago
0.0.7-PRERELEASE
4 years ago
0.0.6-PRERELEASE
4 years ago
0.0.5-PRERELEASE
4 years ago
0.0.4-PRERELEASE
4 years ago
0.0.3-PRERELEASE
4 years ago
0.0.2-PRERELEASE
4 years ago
0.0.1-PRERELEASE
4 years ago