coderaiser

Results 257 comments of coderaiser

@mackonsti thank you for a good ideas with improvements, you also have a good week :)

This is a very good idea for a pull request :). [readify](https://github.com/coderaiser/readify) is a great place to start from.

Right now `readify` returns data in this way: ```js ({ path: '/', files: [{ name: 'readify.js', size: '4.22kb', date: '20.02.2016', owner: 'coderaiser', mode: 'rw- rw- r--', type: 'file', }], });...

We can start from determining do you want `date` and `time` both was visible or only one of them? Showing one of them would be much simpler :). Also what...

In this case `addTime` function can be added to [@cloudcmd/formatify](https://github.com/cloudcmd/formatify/blob/v1.0.4/lib/formatify.js#L6-L13). And later [@cloudcmd/sortify](https://github.com/cloudcmd/sortify) should be updated to add support of sorting by time.

Are you up for a PR with this :)?

That's a good idea for a Pull Request :)

Hi @j35tor what a nice idea :). You can copy files from https://github.com/cloudcmd/ru (excluding version files, they will be generated on each release) and update `index.md` with `HELP.md` content. Call...

@j35tor that’s an interesting idea :), but what with resulting markdown file, is it supports `json` files?