Skip to content

deepmodeling/dflow-op-cutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dflow OP cutter

Cookie cutter recipe for dflow OP. The fastest way to template a new dflow OP package.

For the package structure produced by the OP cutter, see the dflow-hello demo OP.

Usage instructions

$ pip install cookiecutter
$ cookiecutter https://github.com/deepmodeling/dflow-op-cutter.git
package_name [dflow-hello]: 
module_name [dflow_hello]: 
short_description [dflow demo OP]: 
github_user [deepmodeling]: 
github_repo [dflow-hello]: 
contact_email []: 
version [0.1.0]: 
author [deepmodeling]: 
dflow_min_version [1.0]: 
dockerhub_user [deepmodeling]: 
dockerhub_repo [dflow-hello]: 

This will produce the files and folder structure for your OP package, already adjusted for the name of your OP.

You are now ready to start development! See the README.md of your package (or of dflow-hello) for an explanation of the purpose of all generated files.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published