Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

lein(1) [debian man page]

LEININGEN(1)						      General Commands Manual						      LEININGEN(1)

NAME
lein - Automate Clojure projects SYNOPSIS
lein [TASK [ARGS] [, TASK2 [ARGS] ...]] DESCRIPTION
Leiningen is for automating Clojure projects without setting your hair on fire. Working on Clojure projects with tools designed for Java can be an exercise in frustration. With Leiningen, you just write Clojure. TASKS
lein help will show the complete list of tasks, while lein help TASK shows usage for a specific one. lein help tutorial has a detailed walk-through of the various tasks, but the most commonly-used are: lein new NAME generate a new project skeleton lein test [TESTS] run the tests in the TESTS namespaces, or all tests lein repl launch an interactive REPL session and socket server lein jar package up the whole project as a .jar file lein install [NAME VERSION] install a project CONFIGURATION
Leiningen reads its configuration from the project.clj file in your project root. Either use lein new to create a fresh project from which to work, or see the exhaustive list of configuration options with lein help sample. You can also have user-level configuration that applies for all projects. The ~/.lein/init.clj file will be loaded every time Leiningen launches; any arbitrary code may go there. This code is executed inside Leiningen itself, not in your project. Set the :repl-init key in project.clj to point to a namespace if you want code executed inside your project. You can also manage user-level plugins with the plugin task; see lein help plugin BUGS
Check https://github.com/technomancy/leiningen/issues to see if your problem is a known issue. If not, please open a new issue on that site or join the mailing list at http://groups.google.com/group/leiningen/. Please include the output of lein version as well as your project.clj file and as much of the relevant code from your project as possible. COPYING
Copyright (C) 2009-2011 Phil Hagelberg and contributors. Distributed under the Eclipse Public License, the same as Clojure uses. See the file /usr/share/doc/leiningen/copyright. AUTHOR
This manpage is written by Phil Hagelberg <technomancy@gmail.com> 2011 June 30 LEININGEN(1)

Check Out this Related Man Page

SYNAPTIC(8)						      System Manager's Manual						       SYNAPTIC(8)

NAME
synaptic - graphical management of software packages SYNOPSIS
synaptic [options] DESCRIPTION
Synaptic is a frontend for the apt package managent system. It allows you to perform all actions of the command line tool apt-get in a graphical environemnt. This includes installing, upgrading, downgrading and removing of single packages or even upgrading your whole sys- tem. A manual with detailed instructions can be found in the help menu of Synaptic. OPTIONS
Synaptic accepts all of the standard Gtk+ toolkit command line options as well as the following: -f, --filter-file=filename specify an alternative filter settings file -i, --initial-filter=int apply the filter with number int at startup -o, --option=option set an internal option (experts only) AUTHORS
Synaptic was originally developed by Alfredo K. Kojima <kojima@conectiva.com.br>. His last official release was 0.16. Michael Vogt <mvo@debian.org> took over his CVS version, that already included a nearly complete port to Gtk+. Michael completed the port and added new features. See the NEWS file for the user visible changes from that point on. Conectiva is still involved in the development of synaptic. Gustavo Niemeyer <niemeyer@conectiva.com> is doing a great deal of work. All development is done at http://savannah.gnu.org/projects/synaptic This manual page was originally written by Wybo Dekker <wybo@servalys.nl> and Michael Vogt <mvo@debian.org> and modified by Sebastian Hein- lein <sebastian.heinlein@campus.lmu.de>. COPYRIGHT
Copyright (C) 2001-2004 Conectiva S/A Copyright (C) 2002-2004 Michael Vogt There is NO warranty. You may redistribute this software under the terms of the GNU General Public License. For more information about these matters, see the files named COPYING. Mar 4, 2004 SYNAPTIC(8)
Man Page