Open ecreeth opened 4 years ago
I think this would be awesome in the future - though I think it's too early to implement something like this:
I'm pretty sure we're going to want something like this when adoption is a goal, but right now it's not a good use of time, either to create or maintain.
Thanks for your feedback! I will try to get more involved in this project.
Getting Started
Hello everyone. My proposal to improve the developer experience is to create a simpler way to start Hack projects. This is very useful for people who are starting with hack and do not have much knowledge working with Docker, travis, etc ... Thanks!
This command create a new basic Hack project
This command run the tests
This command run hh_client
This command run hhvm -m server -p 8080
future?
This command run hackfmt
Options
--xhp add support for xhp --lint add support for hhast-lint
Basic Project Structure
src
index.hack
tests
index.hack
.hhconfig
composer.json
hh_autoload.json
hhast-lint.json
.gitignore