
Security News
Rspack Introduces Rslint, a TypeScript-First Linter Written in Go
Rspack launches Rslint, a fast TypeScript-first linter built on typescript-go, joining in on the trend of toolchains creating their own linters.
Confmake makes configuration files.
Its a command line tool which procedurally generates configuration files from a template.
So far, you can use
``
Requires ruby version >= 2.0
Please feel free to fork and whatnot...
Get the dependencies
bundle install
Run the tests
rake spec
rake features
###The point?
I had the need to procedurally create configuration files when automating the deployment of particular services.
###Why not just use sed and replace in some kind of bash script?
I originally used this approach but the script grew unwieldy, maybe I don't do good bash or maybe its just because of lack of testing. Whilst the benefit of a bash script is that it will run as-is on many systems, I find it better to treat a tool like this as software and therefore use the ecosystems already available to manage dependencies and deploy. I also enjoy programming in ruby :)
JSON Version 0.1.1
proper logging! 0.1.2
improve verbose messages
summary of what will change? dry-run maybe?
diff on what has changed in a config if overwriting?
FAQs
Unknown package
We found that confmake demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Rspack launches Rslint, a fast TypeScript-first linter built on typescript-go, joining in on the trend of toolchains creating their own linters.
Security News
Hacker Demonstrates How Easy It Is To Steal Data From Popular Password Managers
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.