An open API service indexing awesome lists of open source software.

https://github.com/magloft/codesnip

Generates nicely formatted HTML Code Snippets to be embedded on Websites or Emails.
https://github.com/magloft/codesnip

beautify code email html nodejs npm snippets

Last synced: 2 months ago
JSON representation

Generates nicely formatted HTML Code Snippets to be embedded on Websites or Emails.

Awesome Lists containing this project

README

          

# codesnip

> Generate nicely formatted HTML Code Snippets to be embedded on Websites or Emails.

When you're amongst developers, you often want to share relevant chunks of your code via channels that don't support built-in syntax highlighting.

This npm CLI utility allows you to quickly highlight a file to embed in Emails, Websites or similar media that supports HTML.

## Install

```
$ npm install -g codesnip
```

## Usage

```bash
codesnip path/to/source.js
codesnip path/to/source.java
codesnip path/to/source.php
codesnip path/to/source.cpp
codesnip path/to/source.m
```

## Examples

![HTML Snippet](https://cdn.magloft.com/labs/codesnip/snippet-html.png)
![JavaScript Snippet](https://cdn.magloft.com/labs/codesnip/snippet-js.png)

## License

MIT © [Tobias Strebitzer](https://www.magloft.com)