Isomorfeus Framework Installer
Create new isomorfeus applications with ease.
Community and Support
At the Isomorfeus Framework Project
Installation
```shell script gem install isomorfeus
## Creating new applications
To create a new application execute:
```shell script
isomorfeus new my_application
Commands
```shell script $ isomorfeus help Commands: isomorfeus console # Open application console within the project directory. isomorfeus help [COMMAND] # Describe available commands or one specific command isomorfeus new project_name # Create a new isomorfeus project with project_name. isomorfeus versions # Show versions of isomorfeus gems within the project directory.
</code>