Skip to content

A copier template for creating generic IOC repositories

License

Notifications You must be signed in to change notification settings

esmith1729/ioc-template-windows

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template For epics-containers Generic IOC repositories

To create a new Generic IOC

Activate a Python virtual environment, then:

pip install copier
# this will create a new folder ioc-MyNewProject
copier copy gh:epics-containers/ioc-template --trust ioc-MyNewProject

You will be asked for a few details and the resulting project is ready to push.

To update an exising Generic IOC

Again you will need a virtual environment with copier installed. cd into the project you wish to update and execute the following:

copier update --trust .

About

A copier template for creating generic IOC repositories

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 67.3%
  • Jinja 18.3%
  • Dockerfile 8.7%
  • Makefile 3.6%
  • C++ 2.1%