bentonam / fakeit

Generates JSON documents based on models defined in YAML and adds them to a Couchbase Bucket
MIT License
86 stars 21 forks source link

Feature/flowtype support #177

Closed bentonam closed 6 years ago

bentonam commented 6 years ago

To add support for flow in atom:

apm install linter-flow

In config.cson add

  "linter-flow":
    enableAll: false
    executablePath: "flow"

Make sure flow is running the background when you start development. You might need to restart atom. You can start flow from the command-line by running any of the following:

make flow-start
flow
flow status

The will start a server in a background thread, to stop it you'll need to issue:

make flow-stop
flow stop