Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.ls
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,18 @@ require \xonom
.run (repo, p)->
lines = []
$ = lines~push
$ '# New shell commands'
$ 'Joyable equivalents for existent linux commands'
$ '# Modern shell commands'
$ 'Handy alternative to old school linux commands, implemented in functional wayФ
$ ''
$ '![Nixar](http://content.screencast.com/users/a.stegno/folders/Jing/media/cf29f8c0-b343-4692-9e05-1ff44f37f48d/00000255.png)'
$ ''
$ 'npm install -g nixar'
$ ''
$ '###Commands'
$ '## Commands'
$ 'See full docs [here](http://askucher.github.io/nixarweb/#/doc)'
$ ''
repo.commands.for-each (cmd)->
$ "#### #{cmd.name}"
$ "#{cmd.desc}"
console.log lines.join('\n')
require('fs').writeFileSync('README.md', lines.join(\\n), \utf8)
require('fs').writeFileSync('README.md', lines.join(\\n), \utf8)