quickproject icon indicating copy to clipboard operation
quickproject copied to clipboard

Create a CL project skeleton

Results 12 quickproject issues
Sort by recently updated
recently updated
newest added

This is a more elaborate `default-template` that 1. Includes separate `src` and `test` directories 2. Includes a shell script that runs the test suite in `sbcl` 3. Includes a `.travis.yml`...

Sorry for the noise, but this has been bothering me and I can't unsee it.

Hey, Where do you stand on adding support for a "tests" system as well? Something along the lines of: ``` (asdf:defsystem #:(#| TMPL_VAR name |#) :description "Describe (#| TMPL_VAR name...

Found some improper HTML formatting in the documentation. - `` is obsolete - `` and `` require closing tags - `` is obsolete (used a div). I didn't do any...

Any `.*system.*.asd` or `.*.application.*.lisp` file will be replaced with the name. So application-tests.lisp becomes projectname-tests.lisp. Does not change the default template functionality at all. Tests: ```lisp (template-pathname->output-name "application-tests.lisp" "asdf") ;;...

- Sentence ending with a period for docstrings. - Add docstrings to functions/variables missing them. - Do not indent multiline docstrings.

- No header comments or newlines, unless the copyright is shown. - Use keywords :package rather than #:package. - Put author at the bottom of the README.md. - Remove extra...

This makes it possible for quickdocs.org to parse the documentation URL. http://quickdocs.org/quickproject/ Resolves #24

First, thanks for quickproject! I'm a newbie to CL and it's helpful to generate a skeleton with one command. What I feel like a bug is that the `system.asd` file...

Please rename all lisp files that contain "application". I want to create a template that generates, for example, name-tests.lisp file.