- conda
- anaconda-project
anaconda-project prepare
These commands are used during develop for solution management.
Command | Environment | Description |
---|---|---|
clean | Default | Cleanup temporary project files |
lint | Default | Perform code linting check |
lint:fix | Default | Perform automated code formatting |
test:unit | Default | Run Unit Tests |
build:docs | Default | Regenerate html documentation |
- Fork the repository on GitHub
- Create a named feature branch (like
add_component_x
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using GitHub