Giter Site home page Giter Site logo

elisp-template's Introduction

Source Readme

This is a emacs lisp project.

Included major tools

  • Cask
  • ert-runner
  • ecukes

Testing

cask exec ert-runner --reporter ert
cask exec ecukes --reporter magnars

Setup

## Cask in windows sucks. Spin up container.
## `~/projects` because it's auto shared by Virtua

## Connect to Docker
Docker-SSH;
# or...
docker-machine start 'docker-machine-vm'
docker-machine env 'docker-machine-vm' | Invoke-Expression
docker-machine ssh 'docker-machine-vm'

## Start the container
docker run -it -v /c/Users/simon/projects/:/root/projects debian /bin/bash
# or..
docker start `docker ps -l -q`
docker attach `docker ps -l -q`

## Install Tools
apt-get update -y;
apt-get install python curl git emacs -y;
curl -fsSL https://raw.githubusercontent.com/cask/cask/master/go | python;
export PATH=`"/root/.cask/bin:`$PATH`"

# Install Dependencies
cd /root/projects/PROJECTNAME/src/elisp/$name/
cask install

Contact


Flattr this git repo

elisp-template's People

Contributors

sreal avatar

Watchers

 avatar  avatar

elisp-template's Issues

Add a github workflow w/multiple emacs version support.

For example:

name: Testing {{REPOSITORY}}

on:
  push:
    branches: [ "master" ]
  pull_request:
    branches: [ "master" ]


jobs:
  build:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        emacs_version:
          - 26.1
          - 26.2
          - 26.3
          - 27.1
          - 27.2
          - 28.1
          - snapshot

    steps:    
    - uses: actions/checkout@v3 
    - name: Set up Emacs
      uses: purcell/[email protected]
      with:
        version: ${{ matrix.emacs_version }}

    - name: Emacs init
      run: bin/setup

    - name: examples
      run: bin/test

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.