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

Do not write to file system, use GitHub's APIs exclusively #22

Open
gr2m opened this issue Apr 6, 2021 · 0 comments
Open

Do not write to file system, use GitHub's APIs exclusively #22

gr2m opened this issue Apr 6, 2021 · 0 comments

Comments

@gr2m
Copy link
Member

gr2m commented Apr 6, 2021

Today, this script does two things

  1. Creates a repository and the initial pull request
  2. Creates a folder locally and sets up git

I would prefer the script wouldn't interact with the fs at all, and only do step 1..

For one, not needing file access will make the script work better with deno, as we wouldn't need to ask for the file system permission. People will be less reluctant to run the script.

More importantly, I'd like this script to be run-able from a browser some day :)

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

No branches or pull requests

1 participant