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

ov init scirpt #1

Merged
merged 3 commits into from
May 24, 2022
Merged

ov init scirpt #1

merged 3 commits into from
May 24, 2022

Conversation

mrharpo
Copy link
Contributor

@mrharpo mrharpo commented May 23, 2022

./ov init scipt

  • Added ./ov init script for basic commands
    • build
      • build (or rebuild) docker image locally
    • cmd
      • run a command in the docker image
    • dev
      • Live mount app files
      • Enables hot reloading
    • help
      • prints basic help text
      • catchall for any unrecognized command
  • Single letter shortcuts accepted for args

Dockerfile

  • Removed COPY and npm install
    • mounted files with ov init scipt dev
    • allows live hot reloading
    • requires user to install npm modules on init

Install npm dependencies

  • Install locally (with docker):
    • ./ov c npm i

@foglabs foglabs merged commit c1e1d21 into main May 24, 2022
@foglabs foglabs deleted the ov-init-script branch May 24, 2022 15:58
@mrharpo mrharpo self-assigned this Jun 21, 2022
@mrharpo mrharpo added documentation 📜 Improvements or additions to documentation enhancement ➕ New feature or request labels Jul 5, 2022
@mrharpo mrharpo added this to the v0.1.0 Demo 🏗️ milestone Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation 📜 Improvements or additions to documentation enhancement ➕ New feature or request
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants