Replies: 1 comment
-
It is in the backlog of our backlog. Would love to chat more on the design for your contributions :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Would it be valuable to add a
bentoml init
subcommand that creates a minimally working BentoML project?React has
create-react-app
, AWS CDK hascdk init --language=python
,git
hasgit init
.When starting from scratch, I find myself going into the docs or searching through past projects
to set up a basic
bentofile.yaml
service.py
file with a runner and endpoint insideFor myself, I plan to write my own template with something like Cookie Cutter or
projen
.My team at work will definitely create a Bento template with some of our own opinions. Given this, I think there's a space the
bentoml
CLI tool could fill: a generic project that beginners can use to start learning, and experts can use to put up a project quickly.Even one of the bento examples examples (like the iris classifier) could be great.
Beta Was this translation helpful? Give feedback.
All reactions