Skip to content

danielrempel/createclass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

..I'm working from Geany, so I needed a little tool to create classes with all this boring text that I need to write every time.

And here it is. It is as simple, as it could be:
$ createClass <classname>
..and it creates cpp & hpp files in current directory.

The script may receive up to three parameters:
[-s] [<dir>] <classname> | --help
Where:

  • -s -- create a singleton class
  • <dir> -- directory to put sources and headers into
  • <classname> -- the name of the class to be created
  • --help -- prints a help message with similair content

About

bash script for creating class template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages