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

Introduce the concept of interpreters #131

Merged
merged 10 commits into from
Nov 7, 2020

Conversation

berinhard
Copy link
Owner

@berinhard berinhard commented Nov 7, 2020

Related with #124

This PR introduces a new flag to the pyp5js new command:

$ pyp5js new --help
Usage: pyp5js new [OPTIONS] SKETCH_NAME

  Create dir and configure boilerplate

  Params: - sketch_name: name of the sketch (will create a {sketch_name}.py)

  Opitionals: - monitor: start the monitor command as well

  Example: $ pyp5js new my_sketch

Options:
  -m, --monitor
  -i, --interpreter [transcrypt|pyodide]
  --help                          Show this message and exit.

The default interpreter is still transcrypt but I want to change this once we have it fully supported.

This PR was created during Python Brasil 2020 with the amazing help from @flavioamieiro @maribedran @villares @jvfe

@berinhard berinhard merged commit 1386084 into epic/pyodide Nov 7, 2020
@berinhard berinhard deleted the feature/sketch-properties branch November 7, 2020 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants