Suggestion: Seperate out the CLI module from core.
See original GitHub issueI think CLI and core are two different things. CLI is an extension of the core, so the core code needs to be separated from ReLaXed
repo.
What do you guys say? @DanielRuf @benperiton @Zulko @Drew-S
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Dev modules only in dev environments | Configuration Split
Select your development modules from the list in Complete Split. Their configuration will not be included in the main configuration. (Ignore ' ...
Read more >NET - Parse the Command Line with System.CommandLine
CommandLine is broken into a core module and an app provider module. Configuring the command line from Main is an App Model implementation, ......
Read more >C++20: Module Interface Unit and Module Implementation Unit
This command-line should create the module math.pcm. ... mathImplementationUnit.cpp module math; import std.core; int add(int fir, ...
Read more >How do I resolve "Cannot find module" error using Node.js?
json file, which is automatically generated when npm modifies your node_modules directory. Therefore you can leave out checking in packages, because the package...
Read more >Beginner's guide to writing modules - Puppet
This way, the puppetdb module can use the postgresql module's classes and resources to build out the right configuration.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
http://npm.broofa.com/?q=relaxedjs
In general such a change would be a breaking change and can be only done for a new major version.
okay sounds good.