eo-cactoos

Cactoos Primitives in EOLANG

License

License

MIT
Categories

Categories

cactoos General Purpose Libraries Utility
GroupId

GroupId

org.cactoos
ArtifactId

ArtifactId

eo-cactoos
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

eo-cactoos
Cactoos Primitives in EOLANG
Project URL

Project URL

https://github.com/yegor256/eo-cactoos
Project Organization

Project Organization

EO
Source Code Management

Source Code Management

https://github.com/yegor256/eo-cactoos

Download eo-cactoos

How to add to project

<!-- https://jarcasting.com/artifacts/org.cactoos/eo-cactoos/ -->
<dependency>
    <groupId>org.cactoos</groupId>
    <artifactId>eo-cactoos</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.cactoos/eo-cactoos/
implementation 'org.cactoos:eo-cactoos:0.1.0'
// https://jarcasting.com/artifacts/org.cactoos/eo-cactoos/
implementation ("org.cactoos:eo-cactoos:0.1.0")
'org.cactoos:eo-cactoos:jar:0.1.0'
<dependency org="org.cactoos" name="eo-cactoos" rev="0.1.0">
  <artifact name="eo-cactoos" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cactoos', module='eo-cactoos', version='0.1.0')
)
libraryDependencies += "org.cactoos" % "eo-cactoos" % "0.1.0"
[org.cactoos/eo-cactoos "0.1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.eolang : eo-runtime jar 0.1.24

Project Modules

There are no modules declared in this project.

EO principles respected here Managed by Zerocracy DevOps By Rultor.com We recommend IntelliJ IDEA

Build Status PDD status Hits-of-Code License Lines of code Maven Central

Object-oriented primitives for EOLANG.

This is how you list all text files in a directory recursively:

+alias org.eolang.io.stdout
+alias org.eolang.txt.sprintf
+alias org.cactoos.io.files

each. > @
  files
    "/tmp"
    *
      [f] (f.isDir.not > @)
      [f] (/\.txt$/.matches f > @)
  [f]
    stdout > @
      sprintf "file: %s" f

You are welcome to add more primitives to this lib.

How to Contribute

Fork repository, make changes, send us a pull request. We will review your changes and apply them to the master branch shortly, provided they don't violate our quality standards. To avoid frustration, before sending us your pull request please run full Maven build:

$ mvn clean install -Pqulice

You will need Maven 3.3+ and Java 8+.

Versions

Version
0.1.0