Skip to content

writeitai/hatch-minimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hatch minimal template

This is a minimal template for a project that uses the hatch package manager.

Note the writeit.Dockerfile

  • this is an example Dockerfile that could be used during the WriteIt.ai setup

To run tests:

  • hatch run test:unit
  • this command is specified in the pyproject.toml

To build docker image:

  • docker build -f writeitai.Dockerfile -t hatch-minimal .

To run tests in docker container:

  • docker run -it hatch-minimal sh -c "hatch run test:unit"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published