You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: