How to hide bootstrapping from developers. #1254
amano-kenji
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
__init__.py
includesbasilisp.main.init()
.__init__.py
includesbasilisp.main.init()
.basilisp repl
takes care of bootstrapping?bpm init-library
creates a library projectbpm init-library+application
creates a library+application projectbpm init-application
creates a pure application projectbpm install-persist [--test|--dev] library
installs a library and adds it to pyproject.toml or basilisp.edn.bpm install library
installs a library without adding it to a project file.Beta Was this translation helpful? Give feedback.
All reactions