Sha256: e7e617c89e004342576f23d94f526d29089d87ce0fcb8601d3608826f34f6734
Contents?: true
Size: 800 Bytes
Versions: 66
Compression:
Stored size: 800 Bytes
Contents
# Isomorfeus Framework Installer Create new isomorfeus applications with ease. ### Community and Support At the [Isomorfeus Framework Project](https://isomorfeus.com) ## 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. ```
Version data entries
66 entries across 66 versions & 1 rubygems