QuantConnect / lean-cli

CLI for running the LEAN engine locally and in the cloud
https://www.lean.io/cli
Apache License 2.0
194 stars 99 forks source link

Update project/library template to match the cloud as much as possible #335

Closed jhonabreul closed 1 year ago

jhonabreul commented 1 year ago

Project and library templates were updated to match the cloud generated ones as much as possible, taking into consideration the data available in local environments.

Also updated library source file names main.py/Main.cs -> Library.py/Library.cs

Closes #225