kodepandai / lunox

Laravel-Flavoured Nodejs Framework
https://lunox.js.org
MIT License
75 stars 8 forks source link

feat(lunox-core): export console related modules to @lunoxjs/core/console #43

Closed axmad386 closed 1 year ago

axmad386 commented 1 year ago

All module related to console application now exported to @lunoxjs/core/console. example:

// before
import { Command, ConsoleKernel } from "@lunoxjs/core"

// after 
import { Command, Kernel } from "@lunoxjs/core/console"