Describe the solution you'd like
I want to have a "dory" CLI tool that can simply build the project. It should be a globally installed cli tool.
This is how the CLI tool should work
-
dory build
If the folder has dory.json - it uses this folder and copies to "docs" folder (emptying it first). Then it runs the build command. It then creates a "dist" folder where the build is present.
-
dory preview
This should be able to preview the nginx build that is being created