https://github.com/runtimevic/tc3_template_project
Twincat3 template project
https://github.com/runtimevic/tc3_template_project
Last synced: 3 months ago
JSON representation
Twincat3 template project
- Host: GitHub
- URL: https://github.com/runtimevic/tc3_template_project
- Owner: runtimevic
- License: other
- Created: 2020-12-21T19:25:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-22T17:25:30.000Z (about 5 years ago)
- Last Synced: 2025-01-12T07:46:57.109Z (about 1 year ago)
- Size: 140 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lcls-twincat-template-project
This repository contains the standard files for starting a TwinCAT3 project and
can be used as a template.
For more documentation on integrating TwinCAT3 and git, please see our confluence page:
https://confluence.slac.stanford.edu/display/PCDS/TwinCAT+3+Git+Setup+and+Best+Practices
## When starting a new project
- [ ] Customize this Readme.md to match your own project.
- [ ] (optional) Configure [doctr](https://pypi.org/project/doctr/) and add the deploy key to the .travis.yml file for auto-generated documentation. Doctr is a python utility for automatically pushing a gh-pages branch through the travis build process. A repository requires some 1st time configuration using the `doctr` command line tool but once that is complete, the pushing process is fully automated. For instructions on configuring doctr: https://github.com/drdoctr/doctr#run-doctr-configure. The doctr command line tool can be found in the [PCDS conda environment](https://github.com/pcdshub/pcds-envs).