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

Adds gluegun plugin detection. #973

Merged
merged 2 commits into from
Apr 18, 2017
Merged

Adds gluegun plugin detection. #973

merged 2 commits into from
Apr 18, 2017

Conversation

skellock
Copy link
Contributor

I have a suite of gluegun extensions incoming, and I'd like them to be available in ignite as well.

For example https://github.com/skellock/gluegun-prettier.

This makes these extensions auto-detectable.

yarn add --dev gluegun-prettier
context.prettier.reformat('/path/to/the/ugly.js')
// or
const pretty = context.prettier.format(` console\n.tab(   'lol'\t\t\t)\n\n\n`)
context.print.info(pretty)

@GantMan GantMan merged commit dd8c037 into master Apr 18, 2017
@GantMan GantMan deleted the gluegun-plugins branch April 18, 2017 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants