Open nerdmax opened 4 years ago
It was meant for nodejs projects since generator-sls
is not only specific to one language- support of nodejs is still a work in progress, I hope I will be able to dedicate some free time to start refactoring and add new features to this project.
Thanks @nerdmax for reporting, PRs are welcome.
@ryus08 ^^
I guess I assumed that since serverless needs nodejs at least to run, the package.json is at least needed for that.
Personally, I think I'm becoming a fan of utilizing nodejs as good cross-platform scripting language for CI as well, although it takes a little more overhead to use than conventional make/bash. I've never used dotbox though.
I generated a golang serverless template and found a package.json file in the project root. It has some scripts like: "test", "lint", "build", etc... which are using dotbox.
I checked the README file and there's nothing related to these scripts nor the package.json. So what's this package.json for?