0.0.10 • Published 9 months ago

configuration-station v0.0.10

Weekly downloads
-
License
The Unlicense
Repository
-
Last release
9 months ago

CONFIGURATION-STATION

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

npm.io

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()
0.0.10

9 months ago

0.0.9

9 months ago

0.0.8

10 months ago

0.0.5

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.4

11 months ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago