- Creates a program in your current directory based off the language you want to work with. Will add a number to the end of the filename (base) if it already exists.
- Opens your program in your editor.
- Python
- Python Plugins (TODO: needs to be updated)
- Update Alias
Open your .bash_profile and add the following line to it (TODO: needs to be updated):
alias create='cp /Users/dparsons/Code/creator/templates/base.py .; atom .'
Note: Make sure to update your .bash_profile with "source ~/.bash_profile" when making changes
- Go to a directory you want to start your test in via your terminal.
- Type in "create html" to setup a base html file.
- Add support for non-atom editors
- Add option to override base templates
- Add more bases
- PHP
- JSON
- Ruby
- Add in complicated bases
- node.js
- node.js + express
- WordPress
- Drupal