-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6098e49
commit fdfa531
Showing
3 changed files
with
38 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters