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

Add a marten play management command #131

Closed
ellmetha opened this issue Nov 18, 2023 · 0 comments
Closed

Add a marten play management command #131

ellmetha opened this issue Nov 18, 2023 · 0 comments
Assignees
Milestone

Comments

@ellmetha
Copy link
Member

Description

Let's add a new marten play management command that will essentially open the browser and run a Crystal playground initialized with a Crystal snippet ensuring that the current project is required and that Marten is setup properly.

This snippet could probably look something like this:

require "./src/project"

Marten.setup

This will make it easier for Marten developers to play with the current project and test things if necessary.

Ideally, the command should automatically open the browser when executed. That being said, a dedicated option should also be provided in order to make it possible to not automatically open the browser.

@ellmetha ellmetha added this to the v0.5.0 milestone Jan 15, 2024
@ellmetha ellmetha self-assigned this May 22, 2024
ellmetha added a commit that referenced this issue May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant