8000 GitHub - jinder1s/pkm
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.

jinder1s/pkm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  8000
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with eask/cli.

How to use?

  1. Write and design your package in your-package.el
  2. Install package dependences if any:
eask install-deps
  1. Prepare for installation, package it: (it will create package to dist folder)
eask package
  1. Install the built package:
eask install

Compile

You would want to compile your elisp file to check if there are errors:

eask compile

Cleaning

Simply executes the following:

eask clean all

For more options, see eask clean --help!

Linting

Linting is often optional but recommended to all elisp developers.

with checkodc:

eask lint checkodc

with package-lint:

eask lint package  # for pacakge-lint

For more options, see eask lint --help!

Testing

Eask supports ERT , Buttercup , Ecukes, and more.

For more options, see eask test --help!

Continuous Integration

GitHub Actions

eask generate workflow github

CircleCI

eask generate workflow circle-ci

For more options, see eask generate workflow --help!

Learn More

To learn Eask, check out the Eask documentation.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0