Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node API #3

Open
jukben opened this issue Nov 22, 2018 · 0 comments
Open

Node API #3

jukben opened this issue Nov 22, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@jukben
Copy link
Contributor

jukben commented Nov 22, 2018

Something like that, does it make sense?

import doctor from '@envdoctor/core'

doctor
	.run()
	.then(() => console.log('ok'))
	.catch(e => console.error(e))
@jukben jukben added the enhancement New feature or request label Nov 22, 2018
@jukben jukben changed the title Think about Node API Node API Dec 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant