SaaSHub helps you find the best software and product alternatives Learn more โ
Conf Alternatives
Similar projects and alternatives to conf
-
-
InfluxDB
InfluxDB โ Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
-
-
Bit
AI-powered development workspaces with reusable components, architectural clarity and zero overhead.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
term-size
Discontinued Reliably get the terminal window size [Moved to: https://github.com/sindresorhus/terminal-size]
-
cosmiconfig
Find and load configuration from a package.json property, rc file, TypeScript module, and more!
-
-
-
electron-store
Simple data persistence for your Electron app or module - Save and load user preferences, app state, cache, etc
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
conf discussion
conf reviews and mentions
-
Social engineering campaign targeting tech employees spreads through NPM malware
Wow. There is even one package to not use a JavaScript object: https://www.npmjs.com/package/conf
-
Rob Pike: โDotfilesโ being hidden is a UNIXv2 mistake (2012)
info on XDG: [the XDG spec](https://standards.freedesktop.org/basedir-spec/basedir-spec-...)
tools that respect XDG, for fellow JS CLI developers:
- https://github.com/davidtheclark/cosmiconfig Find and load configuration from a package.json property, rc file, or CommonJS module. [Check `searchPaths` to implement XDG spec compliance.](https://github.com/davidtheclark/cosmiconfig/issues/152)
- Sindre's libraries use [`env-paths`](https://github.com/sindresorhus/env-paths#pathsconfig) to get paths compliant with this.
- https://github.com/sindresorhus/conf simple config storing (maybe try [conf-cli](https://github.com/natzcam/conf-cli) to manipulate if needed) the successor to [configstore](https://github.com/sindresorhus/conf#how-is-this-different-f...)
- https://github.com/jonschlinkert/data-store conf like datastore but in the shclinkerverse
-
Building a CLI tool using node - An Ultimate Beginners guide ๐
Now, we implement history feature through which we can view the lastly created password through the -h or --history flag. For this purpose we use conf package. But first, let's create the flag feature. We use process.argvfor this purpose, process.argv is an inbuilt API used to get the arguments passed via command line like -h. We will slice it to remove the first two indexes of it to get relevant data only.
-
How to Build a Command Line Interface (CLI) Application with Node.JS๐จโ๐๐ค.
conf:This package allows us to save persistent information on the userโs machine. We will be using it to save the userโs todo list
-
A note from our sponsor - SaaSHub
www.saashub.com | 24 Jun 2025
Stats
sindresorhus/conf is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of conf is TypeScript.