Tools
Hades project initializer
Example
Initialize the project
$ hades new demoproject demoThe project structure will look like this
demo/ - Working name of the project
project.json - Contains the project configuration, initial data (config, connection keys, etc...) and meta-data of libraries installed via Hermes.
libs/ - Source files of libraries
src/ - Upper most directory for source files
demoproject/ - Project name
main.hd - EntrypointInitialize the project
$ hades new demoproject.example.org demoThe project structure will look like this
demo/ - Working name of the project
project.json - Contains the project configuration, initial data (config, connection keys, etc...) and meta-data of libraries installed via Hermes.
libs/ - Source files of libraries
src/ - Upper most directory for source files
org/ - Organization tld
example/ - Organization name
demoproject/ - Project name
main.hd - EntrypointHermes
Examples
Add a package to your Hades project
project.json
Last updated