Skip to content

Commit

Permalink
Remove examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Aug 18, 2024
1 parent e88a85b commit 676effe
Show file tree
Hide file tree
Showing 36 changed files with 0 additions and 777 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,6 @@ $ unix-permissions convert.symbolic "$(stat -c "%a" /etc/passwd)"
u=rw,go=r
```

# Demo

You can try this library:

- either directly [in your browser](https://repl.it/@ehmicky/unix-permissions).
- or by executing the [`examples` files](examples/README.md) in a terminal.

# Install

```bash
Expand Down
5 changes: 0 additions & 5 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ The following methods are available both in
[JavaScript](../README.md#usage-javascript) and on the
[command line](../README.md#usage-cli).

You can try all the examples below:

- either directly [in your browser](https://repl.it/@ehmicky/unix-permissions).
- or by executing the [`examples` files](../examples/README.md) in a terminal.

All methods (except [`type()`](#typepermission)) throw an exception if the
`permission` argument is invalid. Please see the
[permission types documentation](types.md).
Expand Down
5 changes: 0 additions & 5 deletions docs/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ You can use any of the following permission types as input. You can also
[`convert()`](API.md#convertoctalnumberstatsymbolicobjectpermission) between
them.

You can try all the examples below:

- either directly [in your browser](https://repl.it/@ehmicky/unix-permissions).
- or by executing the [`examples` files](../examples/README.md) in a terminal.

## octal

Permission type used by [`chmod`](https://linux.die.net/man/1/chmod).
Expand Down
43 changes: 0 additions & 43 deletions examples/README.md

This file was deleted.

30 changes: 0 additions & 30 deletions examples/methods/contain.js

This file was deleted.

42 changes: 0 additions & 42 deletions examples/methods/contain.sh

This file was deleted.

22 changes: 0 additions & 22 deletions examples/methods/convert.js

This file was deleted.

21 changes: 0 additions & 21 deletions examples/methods/convert.sh

This file was deleted.

28 changes: 0 additions & 28 deletions examples/methods/equal.js

This file was deleted.

40 changes: 0 additions & 40 deletions examples/methods/equal.sh

This file was deleted.

22 changes: 0 additions & 22 deletions examples/methods/invert.js

This file was deleted.

24 changes: 0 additions & 24 deletions examples/methods/invert.sh

This file was deleted.

10 changes: 0 additions & 10 deletions examples/methods/max.js

This file was deleted.

12 changes: 0 additions & 12 deletions examples/methods/max.sh

This file was deleted.

10 changes: 0 additions & 10 deletions examples/methods/min.js

This file was deleted.

12 changes: 0 additions & 12 deletions examples/methods/min.sh

This file was deleted.

23 changes: 0 additions & 23 deletions examples/methods/normalize.js

This file was deleted.

Loading

0 comments on commit 676effe

Please sign in to comment.