Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 595 Bytes

File metadata and controls

20 lines (13 loc) · 595 Bytes

Cheminfo Python webservice cookiecutter

Cookiecutter based on the CMS cookiecutter from MolSSI, but focussed on developing webservices, e.g., with FastAPI.

Usage

With the cruft package installed, execute the following command inside the folder you want to create the skeletal repository.

cruft create https://github.com/cheminfo-py/cheminfo-webservice-cookiecutter

then go into this folder and run git init.

to update, use

cruft update