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.
- Host: GitHub
- URL: https://github.com/magloft/codesnip
- Owner: magloft
- Created: 2017-08-09T02:22:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-09T03:03:06.000Z (about 8 years ago)
- Last Synced: 2025-03-30T21:02:15.106Z (6 months ago)
- Topics: beautify, code, email, html, nodejs, npm, snippets
- Language: JavaScript
- Size: 14.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

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