Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lizarb/app_1_0_5
https://github.com/lizarb/app_1_0_5
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lizarb/app_1_0_5
- Owner: lizarb
- Created: 2023-12-05T07:33:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-05T07:33:16.000Z (about 1 year ago)
- Last Synced: 2023-12-10T06:25:27.228Z (about 1 year ago)
- Language: Ruby
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Liza
Liza is a light, experimental framework primarily developed to help study the Ruby language and the Ruby ecosystem.
## Install
Install the gem by executing:
gem install lizarb
You will get the following shims:
lizarb version
liza version## Create a liza app
So you can run your experiments:
liza new
Then enter your automagically generated liza app:
cd app_1
liza helpNow you're ready to go and try some stuff!
---
## Try
Try Liza with Interactive Ruby
liza irb
Try Liza with Pry
liza pry
---
## Running Tests
Run your Liza tests
liza test
## DevSystem
Generate a command
liza generate
liza generate command
liza generate command my
liza my
liza my 1 2 3Generate a system
liza generate
liza generate system my
liza generate system myGenerate a command in a system
liza generate
liza generate command
liza generate command other
liza generate command other place=my
liza otherGemify a system
# TODO
Investigate the framework
liza loc
liza shell---
## Development
To install dependencies, run this bash script:
bin/setup
For development experiments, use the local executable script
exe/lizarb test
To build and install lizarb in your local machine
bundle exec rake install
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/lizarb/lizarb. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/lizarb/lizarb/blob/master/CODE_OF_CONDUCT.md).
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
## Code of Conduct
Everyone interacting in the Lizarb project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/lizarb/lizarb/blob/master/CODE_OF_CONDUCT.md).