{"id":17133819,"url":"https://github.com/jereinhardt/malvolio","last_synced_at":"2025-03-24T05:44:32.917Z","repository":{"id":56882661,"uuid":"156018794","full_name":"jereinhardt/malvolio","owner":"jereinhardt","description":"A CLI for creating HTML emails","archived":false,"fork":false,"pushed_at":"2019-04-08T15:37:38.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-10T16:18:08.869Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jereinhardt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-03T19:56:11.000Z","updated_at":"2019-04-08T15:37:40.000Z","dependencies_parsed_at":"2022-08-21T00:20:18.235Z","dependency_job_id":null,"html_url":"https://github.com/jereinhardt/malvolio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jereinhardt%2Fmalvolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jereinhardt%2Fmalvolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jereinhardt%2Fmalvolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jereinhardt%2Fmalvolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jereinhardt","download_url":"https://codeload.github.com/jereinhardt/malvolio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245217789,"owners_count":20579297,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T19:43:06.744Z","updated_at":"2025-03-24T05:44:32.897Z","avatar_url":"https://github.com/jereinhardt.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Malvolio\n\nMalvolio is a CLI tool that creates an easy workflow when developing HTML emails.\n\n## Installation\n\nIn your terminal, install the gem from Rubygems.\n\n```\ngem install malvolio\n```\n\n## Usage\n\nTo create a new project, run the command\n\n```\nmalvolio new \u003cproject-name\u003e [--inky]\n```\n\nthe `--inky` option will create a project that allows you to use The [Zurb Foundation's Inky Templating Language](https://foundation.zurb.com/emails/docs/inky.html) and comes bundled with their [Foundation Email CSS Framework](https://foundation.zurb.com/emails.html).\n\nThe `new` command will generate a new project with the following structure:\n\n```\n/project-name\n  ├──tmp/\n  ├──dist/\n  └──src/\n      ├──index.html\n      └──scss/\n          └──index.scss\n```\n\nOnce you've done some work in the `src/` directory and are ready to build, you can run\n\n```\nmalvolio build [PROJECT PATH] [--no-warnings]\n```\n\nOr, if you would like for your project to build automatically as you go, you can run\n\n```\nmalvolio watch [PROJECT PATH] [--no-warnings]\n```\n\nRunning either of these commands will output your final HTML email file to `dist/index.html`.\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rspec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/jereinhardt/malvolio.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjereinhardt%2Fmalvolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjereinhardt%2Fmalvolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjereinhardt%2Fmalvolio/lists"}