Skip to content

a lazily-made prompt-based "front-end" for configstore, so cli users don't have to screw around with .env or whatever

Notifications You must be signed in to change notification settings

elliotberry/configuration-station

Repository files navigation

CONFIGURATION-STATION

a lazily-made prompt-based "front-end" for configstore, so cli users don't have to screw around with .env or whatever

Example

const test = async () => {
  let { set, get, ask, getAll, askAll } = confomobile({
    appName: "myapp",
    config: {
      api_key: "string",
      api_secret: "password",
      dads: "number",
    }
  })
 // await askAll()
  console.log(await getAll())
}
test()

About

a lazily-made prompt-based "front-end" for configstore, so cli users don't have to screw around with .env or whatever

Resources

Stars

Watchers

Forks

Packages

No packages published