Funky application responsible for start DaFunk ecosystem.
- A small Ruby application that uses da_funk.
- Example test cases.
- All the scripts needed to make it work.
- Install Ruby
- Bundle
bundle install
Make sure you have either mruby or the CloudWalk CLI tool, then run rake
to build the app, and one of the following commands to see it working, depending on your interests:
cloudwalk emulate
: to run the application in a graphical emulator in a separated window.cloudwalk run
: to run the application in text mode in the same window.
In case you're using this skeleton from a new application created by our CLI, your application will be deployed to our servers after git push
. Be sure to add all the files you require and to test everything before pushing, otherwise the deploy will be rejected.
- Unit
rake test:unit
- Integration
rake test:integration
- All
rake test
To customize the application, read our docs at https://docs.cloudwalk.io/en/cli or check da_funk's source code.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Apache License 2.0