Hi,

I recently created an Emacs package for working
with pyramid projects and would like to get some more
feedback and suggestions.

I just copy the "Features" section from the readme here:

## Features

* Wrapper functions around the pyramid builtin p* scripts
  - pyramid-routes
  - pyramid-views
  - pyramid-tweens
  - pyramid-request
  - pyramid-distreport
  - pyramid-serve
* Easily locate and jump to all your "pyramid things"
  - View definitions
  - Templates
  - Sqlalchemy models
  - Console scripts
  - Settings
* Function to create a new pyramid project from cookiecutter templates
* Run console scripts defined in your project
* Add yasnippets for common pyramid tasks


For more info check the repo at https://github.com/dakra/pyramid.el

As it's not in melpa yet (PR waiting), you have to install it manually,
e.g.:

$ git clone [email protected]:dakra/pyramid.el.git ~/.emacs.d/lib/pyramid

And then in your `init.el` add something like:

  (add-to-list 'load-path "~/.emacs.d/lib/pyramid/")
  (require 'pyramid)
  (global-pyramid-mode)

of if you use use-package

(use-package pyramid :load-path "lib/pyramid"
  :config
  (global-pyramid-mode))


Feedback and feature requests very welcome.
Cheers,
  Daniel

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pylons-discuss/87muxjmwz9.fsf%40kraus.my.
For more options, visit https://groups.google.com/d/optout.

Attachment: signature.asc
Description: PGP signature

Reply via email to