-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathHELP.txt
More file actions
35 lines (24 loc) · 793 Bytes
/
HELP.txt
File metadata and controls
35 lines (24 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
_| || |_| | / / | (_) / / | |
|_ __ _| | / /| |__ _ _ __ / /_ _ ___| |__
_| || |_| | / / | '_ \| | '_ \ / / _` / __| '_ \
|_ __ _|_|/ / | |_) | | | | |/ / (_| \__ \ | | |
|_||_| (_)_/ |_.__/|_|_| |_/_/ \__,_|___/_| |_|
Ash Version 0.1.0
Welcome to Ash! Please check out the README located in
your install directory, or over at Github:
https://github.com/ash-shell/ash
To check out a list of your modules you can run:
```
ash apm:modules
```
If you don't have any modules installed yet, there won't
be any output. If you do have modules, this will list them.
--------------------
Get started by installing your first module!
```
ash apm:install https://github.com/ash-shell/slugify.git --global
```
and for Slugify usage:
```
ash slugify:help
```