Features - Yasushiki/project-manager GitHub Wiki
This project has some features.
Translation
If you are an english speaker you can change lang
variable inside the ruby files to "en", so the language will change to english. If you want to add you own language, you can add a new one in dictonary
variable.
Use it outside project's folder
If you want to use this project outside the project folder, you need to follow some few steps:
- Add "projeto.cmd" to your PATH environment variable
- Change
projetoPath
variable inside "projeto.cmd" (Be sure to pass a full path, not a relative path) - [Optional] change "projeto.cmd" filename to anything you want
Change project default template
If you want to change the default project template, you just need to do it in "create.rb", inside File.open
block. If you have to add more variables, do it before File.open
block.
Create features
When you are creating a new project, in "Specific objectives", you can use /
to go to bellow line and -
to go to bellow line with indentation
Example: this/is an-example-foo/test
will look like this
- this
- is an
- example
- foo
- test