Sha256: 3f3dedc7a50e9d4ce10e8c84120a2e5151f7e031c52f7d3b7ec5f5d9baf3f101
Contents?: true
Size: 933 Bytes
Versions: 6
Compression:
Stored size: 933 Bytes
Contents
# Isomorfeus Framework Installer Create new isomorfeus applications with ease. ### Community and Support At the [Isomorfeus Framework Project](http://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 console for current project. isomorfeus help [COMMAND] # Describe available commands or one specific command isomorfeus new project_name # Create a new isomorfeus project with project_name. ``` ### Yandle There is a convenience command to execute yarn and bundle: `yandle`: - `yandle` - will execute `yarn install` followed by `bundle install` - `yandle update` or `yandle upgrade` - will execute `yarn upgrade` followed by `bundle update`
Version data entries
6 entries across 6 versions & 1 rubygems