0.2.3 • Published 4 years ago

@dapphero/dh-coretools v0.2.3

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

DappHero - Logging

Usage

Work In Progress

Commands

ActionCommandInfo
Testingnpm run testJest
Testingnpm run test:watchJest in watch mode
Buildingnpm run buildBuild for production
Buildingnpm run build:watchBuild for production with watch mode
Publishingnpm run publish:npmPublish to NPM
Publishingnpm run publish:nowPublish to NOW

Developing

Just run npm run dev, open http://localhost:1234 on your browser, and open /src/index.html in your code editor and you will have several feature examples, you can play removing and editing features, properties and modifiers.

Installing

To install simple run:

> npm install @dapphero/dh-core-logger

Then import your dependencies:

import {  } from '@dapphero/dh-coretools';