@dapphero/dh-coretools
v0.2.3
Published
### Usage
Downloads
93
Keywords
Readme
DappHero - Logging
Usage
Work In Progress
Commands
| Action | Command | Info |
| ---------- | ------------------ | ------------------------------------ |
| Testing | npm run test | Jest |
| Testing | npm run test:watch | Jest in watch mode |
| Building | npm run build | Build for production |
| Building | npm run build:watch | Build for production with watch mode |
| Publishing | npm run publish:npm | Publish to NPM |
| Publishing | npm run publish:now | Publish 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-loggerThen import your dependencies:
import { } from '@dapphero/dh-coretools';