https://github.com/tailrecursion/stoke
structural editor leiningen plugin
https://github.com/tailrecursion/stoke
Last synced: about 2 months ago
JSON representation
structural editor leiningen plugin
- Host: GitHub
- URL: https://github.com/tailrecursion/stoke
- Owner: tailrecursion
- Created: 2013-03-17T17:21:24.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-14T19:58:27.000Z (about 13 years ago)
- Last Synced: 2024-05-09T13:59:45.489Z (about 2 years ago)
- Language: Clojure
- Size: 449 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stoked
A Leiningen plugin to do many wonderful things.
## Usage
FIXME: Use this for user-level plugins:
Put `[stoked "0.1.0-SNAPSHOT"]` into the `:plugins` vector of your
`:user` profile, or if you are on Leiningen 1.x do `lein plugin install
stoked 0.1.0-SNAPSHOT`.
FIXME: Use this for project-level plugins:
Put `[stoked "0.1.0-SNAPSHOT"]` into the `:plugins` vector of your project.clj.
user=> (require 'tailrecursion.stoke.edit)
nil
user=> (in-ns 'tailrecursion.stoke.edit)
#
user=> (read-file "project.clj")
...
user=> (down)
...
user=> (right 4)
...
## License
Copyright © 2013 FIXME
Distributed under the Eclipse Public License, the same as Clojure.