Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Anyone wants to join Zsh-Suite project, tools with integrations for Zsh software development
- X-seq: zsh-users 23532
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: Anyone wants to join Zsh-Suite project, tools with integrations for Zsh software development
- Date: Fri, 13 Jul 2018 14:02:59 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-transfer-encoding; bh=OLYSCPBKzZNnRmU8XziSG43sD0Zn5Y54ojwJHJR02es=; b=pMPd2h9PkaECpUZklI0R+VHPV1WW4JSNwfnadE9pZYLgOUkLLqocdqQQ0DEouSMk3m Su/u3NjyijPqtokLaa7XajBypxkyYwKm7eTM51mhHRDG1nQfTazyxxfOqBxAZid5ogTr j4wXw6+cJ/Fjh3ntjC85WNQOzGLH5wLG8Qw9khhRVQxJr/X1IExP0PkdFbarrS+ZmoAV BvRil7cx4IHpEIQEJeHgzHyvK298I8mInYRVui8K29yO63VtlICAcypE/8p8ZIcsc77C Lf2yFeQFqFD+eSLVT8jbaGTN38IEmFg5caZZMoW8S41wrSiSzHLBKDZJImfbua9D4jGq KEaw==
- In-reply-to: <CAKc7PVA9a3MQk7AxFnXH6cDVL3xdX4fCeKMP4Qf6Sppb5hgW6Q@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVA9a3MQk7AxFnXH6cDVL3xdX4fCeKMP4Qf6Sppb5hgW6Q@mail.gmail.com>
On 25 June 2018 at 14:51, Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx> wrote:
> Hello,
> be part of a "zsh-suite" – tools, with integrations, for Zsh software
> development? I have Zshelldoc, a Doxygen-like tool, and custom ctags,
To express what Zsh-Suite would be: suppose you create a backend
script at work, first you select subsystems: "log" (to store logs in
e.g. mysql (also e.g. ElasticSearch db), without performance
drawbacks, for e.g. easy remote access for e.g. aggregation or
monitoring), "Doxygen" (Zshelldoc actually, to generate documentation
for the project also taking care to properly construct the script,
with use of functions, for easy extending by other workers), "unit
tests" (to write a better code, too), and you issue similarly to
Rails:
% zsh-suite create my-work-script -m log,doc,unit-test
and obtain skeleton with copied subprojects for the subsystems, with
hello-world main script that loads the "log" subsystem, with
unit-tests subdirectory with hello-world test case already set up.
--
Sebastian Gniazdowski
News: https://twitter.com/ZdharmaI
IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin
Messages sorted by:
Reverse Date,
Date,
Thread,
Author