Coder Social home page Coder Social logo

cl-project's Introduction

CL-Project - Generate modern project skeletons

Usage

(cl-project:make-project #p"lib/cl-sample/"
  :author "Eitarow Fukamachi"
  :email "[email protected]"
  :license "LLGPL"
  :depends-on '(clack cl-annot))

;-> writing /Users/fukamachi/Programs/lib/cl-sample/.gitignore
    writing /Users/fukamachi/Programs/lib/cl-sample/README.markdown
    writing /Users/fukamachi/Programs/lib/cl-sample/cl-sample-test.asd
    writing /Users/fukamachi/Programs/lib/cl-sample/cl-sample.asd
    writing /Users/fukamachi/Programs/lib/cl-sample/src/hogehoge.lisp
    writing /Users/fukamachi/Programs/lib/cl-sample/t/hogehoge.lisp
;=> T

What's the difference from other generators?

1. Flexible templates

CL-Project supports more parameters to embed, by using CL-EMB to represent the skeleton files (See "cl-project/skeleton/").

2. One package per file style (Modern)

A modern CL project should be in accordance with some rules. For instance, one file must have one package in it.

3. Recommends unit testing

Modern projects should have some unit tests. CL-Project generates a system for unit testing, so you can begin writing unit tests as soon as the project is generated.

Parameters

All parameters are optional.

  • :name: Project name. If this key isn't specified, the directory name will be used.
  • :description: Short description for the new project.
  • :author: Your name.
  • :email: Your e-mail address.
  • :license: License of the new project.
  • :depends-on: A list of dependencies.

Author

Copyright

Copyright (c) 2011 Eitarow Fukamachi ([email protected])

License

Licensed under the LLGPL License.

cl-project's People

Contributors

fukamachi avatar petewood avatar tamurashingo avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.