All Projects → dvcrn → ajom

dvcrn / ajom

Licence: MIT license
atom plugins in clojurescript

Programming Languages

clojure
4091 projects
coffeescript
4710 projects
CSS
56736 projects

Projects that are alternatives of or similar to ajom

atom-zurb-foundation
Zurb Foundation 6 for sites snippets.
Stars: ✭ 31 (-13.89%)
Mutual labels:  atom, atom-plugin
language-mjml
Atom Editor package providing syntax support for MJML
Stars: ✭ 48 (+33.33%)
Mutual labels:  atom, atom-plugin
atom-yii2
Atom package for working with Yii Framework 2
Stars: ✭ 22 (-38.89%)
Mutual labels:  atom, atom-plugin
atom-ansible-vault
Atom package to create and modify ansible-vault file
Stars: ✭ 31 (-13.89%)
Mutual labels:  atom, atom-plugin
atom-ide-scala
Scala & Dotty support for Atom IDE (🧟‍♂️ zombie repo)
Stars: ✭ 47 (+30.56%)
Mutual labels:  atom, atom-plugin
atom-mocha
Mocha test runner in Atom
Stars: ✭ 13 (-63.89%)
Mutual labels:  atom, atom-plugin
swdc-atom
Track your programming activity in real-time in Atom
Stars: ✭ 11 (-69.44%)
Mutual labels:  atom, atom-plugin
autocomplete-haskell
Atom autocomplete-plus provider for haskell
Stars: ✭ 23 (-36.11%)
Mutual labels:  atom
touchbar
Atom package to use MacBook Touchbar
Stars: ✭ 51 (+41.67%)
Mutual labels:  atom
bracket-padder
⌨️ Convenient padding and closing of brackets for Atom
Stars: ✭ 13 (-63.89%)
Mutual labels:  atom
TwoDark
Atom's OneDark inspired theme for Sublime Text
Stars: ✭ 19 (-47.22%)
Mutual labels:  atom
rubocop-auto-correct
Auto-correct ruby source code by using rubocop in Atom.
Stars: ✭ 29 (-19.44%)
Mutual labels:  atom
skyline
🏙 Interactive in-editor performance profiling, visualization, and debugging for PyTorch neural networks.
Stars: ✭ 29 (-19.44%)
Mutual labels:  atom
ide-css
Atom-IDE for CSS, LESS and SCSS language
Stars: ✭ 18 (-50%)
Mutual labels:  atom-plugin
soft-era-atom-syntax
🌸 soft era for Atom ~ Light pastel syntax theme for soft, warm, cozy, cute coding. 🌱
Stars: ✭ 24 (-33.33%)
Mutual labels:  atom
atom-refactoring
Atom package that provides refactoring capabilities for your PHP source code.
Stars: ✭ 16 (-55.56%)
Mutual labels:  atom
atom-gitkraken
Open the current @atom project in GitKraken.
Stars: ✭ 12 (-66.67%)
Mutual labels:  atom
atom-inline-blame
Atom package to display blame inline
Stars: ✭ 23 (-36.11%)
Mutual labels:  atom
atom-quokka
Quokka.js Atom Package
Stars: ✭ 31 (-13.89%)
Mutual labels:  atom
atom-remember-session
A simple package to make Atom remember your previous session - Not being developed anymore!
Stars: ✭ 15 (-58.33%)
Mutual labels:  atom

ajom

A leiningen template for atom plugins in clojurescript with code live-reload

Usage

Clojars Project

lein new ajom {{project-name}}

Compiling and running

To compile me with a self-reloading loop, use:

lein run -m build/dev-repl

To compile for release, use

lein run -m build/release

After you have done that, go into the plugin/ folder and run

apm link

Your plugin should now be installed inside atom.

Development

If you want to export a function to atom for use with atom commands, make sure to add them to dev/build.clj like so:

:foo 'your-thing.core/foo
:bar 'your-thing.core/bar

Are you using ajom? List yourself here!

License

Copyright (c) 2015 David Mohl

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].