GithubHelp home page GithubHelp logo

Comments (4)

sindresorhus avatar sindresorhus commented on August 20, 2024

Why do you need that? What’s your use-case?

from configstore.

davidkjackson54 avatar davidkjackson54 commented on August 20, 2024

I need to access a configstore file but it must pre exist. Simply using this:
const confdef = new Configstore('rest_default') will automatically create the file if it doesn't exist. I don't want that. I need to only open the configstore file if it first exists otherwise I will put out an error.

from configstore.

davidkjackson54 avatar davidkjackson54 commented on August 20, 2024

I believe that it would be useful to be able to determine the existence or not of a config file.
My initial thought was to issue this:
const confdef = new Configstore('profile_default')
let x = conf.get('parm')
and then check if x was undefined.
If undefined it would tell me that the config file had been created and didn't preexist. That is really cludgy.
The follow-on problem is that there is no means to go and delete that newly created config file.
So 2 problems -

  1. unable to check for the existence of a configstore file
  2. unable to subsequently delete a configstore file

Might it be possible to add a couple of methods to provide the 2 requests above?
I know you also authored 'conf' and would move to that if necessary but it seems to have the same 2 limitations.

from configstore.

sindresorhus avatar sindresorhus commented on August 20, 2024

const confdef = new Configstore('rest_default') will automatically create the file if it doesn't exist.

Actually, it won't. Only if you use the defaults option. See: b8d6372


  1. We could expose a property for whether it's setting up the config for the first time (meaning there was no config file already). Would that solve your problem? You would need to come up with a good name for the property.
  2. We could add a .removeConfigFile(). Could be useful for uninstall/cleanup scenarios. What's your use-case for this?

from configstore.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.