Browse Source

use markdown for the readme

master
Nicolas Petton 6 years ago
parent
commit
f13da9e619
Signed by: nico GPG Key ID: 233587A47C207910
2 changed files with 14 additions and 14 deletions
  1. +14
    -0
      readme.md
  2. +0
    -14
      readme.org

+ 14
- 0
readme.md View File

@ -0,0 +1,14 @@
# Run Gulp tasks from Emacs
Repository mirrored from [https://petton.fr/git/nico/gulp-task-runner](https://petton.fr/git/nico/gulp-task-runner).
This package provides a straightforward integration
of [Gulp](http://gulpjs.com/) in Emacs. Evaluate =M-x gulp= to get the list of
gulp tasks of a project and run a task.
Tasks are run in a compilation buffer.
# Screenshots
![screenshot1](./screenshots/screenshot1.png)
![screenshot2](./screenshots/screenshot2.png)

+ 0
- 14
readme.org View File

@ -1,14 +0,0 @@
* Run Gulp tasks from Emacs
Repository mirrored from [https://petton.fr/git/nico/gulp-task-runner](https://petton.fr/git/nico/gulp-task-runner).
This package provides a straightforward integration of [[http://gulpjs.com/][Gulp]] in Emacs. Evaluate
=M-x gulp= to get the list of gulp tasks of a project and run a task.
Tasks are run in a compilation buffer.
** Screenshots
[[./screenshots/screenshot1.png]]
[[./screenshots/screenshot2.png]]

Loading…
Cancel
Save