@gravity-ui/nodekit v2.4.2
NodeKit
NodeKit is a simple toolkit for your Node.js apps, scripts and libraries. It provides functionality for logging, telemetry, configuration and error handling, so you can have familiar foundation in your different projects.
Getting started
Add dependency to your project:
npm install --save @gravity-ui/nodekitAnd then import and init NodeKit in your application:
import {NodeKit} from '@gravity-ui/nodekit';
const nodeKit = new NodeKit();
nodekit.ctx.log('App is ready');Documentation
See docs/ directory for additional documentation:
docs/configuration.mdspecifies how you can configure both nodekit itself and your nodekit-based applicationsdocs/contexts.mddescribes concept of NodeKit contexts, logging and tracingdocs/app-error.mdcontains description of useful custom error class they NodeKit provides for your applicationsdocs/utils.mdlists some additional helper functions that are bundled with NodeKit
Contributing
Getting started
Grab a copies of NodeKit repository and example applications:
git clone git@github.com:gravity-ui/nodekit
git clone git@github.com:gravity-ui/nodekit-examplesLink your nodekit to npm and start a compiler:
cd nodekit && npm link && npm run devThen, in another terminal, go to examples, open the one that you're interested in, link your nodekit there, then start the app:
cd nodekit-examples/basic-app && npm i && npm link @gravity-ui/nodekit
npm run devAt this point you can make changes both to NodeKit and demo app, and see results in real time.
7 months ago
9 months ago
11 months ago
6 months ago
6 months ago
7 months ago
5 months ago
11 months ago
12 months ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago