Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.

haavard/templateman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# templateman

Create new files efficiently.

    $ templateman python new.py
    modules []: os sys jinja2
    $ cat new.py
    #!/usr/bin/env python
    # -*- coding: utf-8 -*-

    import os
    import sys
    import jinja2

    if __name__ == "__main__":
        pass

About

Create new files from templates interactively.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published