feat(config-file): provide support for config file
See original GitHub issueHi sir, I thought that it might be a good idea to provide a config file as an alternative to specify the configs in package.json
. We can specify .prettierrc
or jest.config.js
in addition to specify the configs through package.json. So we can have .denoify
or .denoify.js
etc. The main purpose is to not cloud package.json
with a lot of stuffs
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:16 (8 by maintainers)
Top Results From Across the Web
Config File Provider - Jenkins Plugins
Adds the ability to provide configuration files (i.e., settings.xml for maven, XML, groovy, custom files, etc.) loaded through the Jenkins ...
Read more >feat(integ-runner): support config file #22937 - GitHub
Enables support for yarg's config file, replacing the current unused IntegrationTests.fromFile() method. This also fixes a bug where --list would ignore ...
Read more >How do I deploy a feature with configuration file?
I am deploying configuration with feature, but the configuration file is not created in etc/ as I would expect.
Read more >Configuration Options | Navidrome
Option in config file Env var Description Def...
ND_CONFIGFILE Load configurations from an external config file "./n...
DataFolder ND_DATAFOLDER Folder to store application data (DB,...
Read more >Configuring Apps by using Configuration Files - Microsoft Learn
Configuration files are XML files that can be changed as needed. ... the syntax of configuration files and provides information about the ...
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
This time its really resolved, all the tests has passed
There was a package made to make it easier to support various conventional config locations and formats. Can’t remember the name unfortunately. Would it be of help here or
denoify
demands a hand-crafted solution?