Skip to content

CoderStyle is syntax highlighting project for web developper , very easy to include and integrate in your awesome web application

License

Notifications You must be signed in to change notification settings

marwenhlaoui/CoderStyle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoderStyle

Quick start :

CoderStyle is syntax highlighting project for web developper , very easy to include and integrate in your awesome web application .

Install :

Very easy to include in your application , just download or clone from github

git clone https://github.com/marwenhlaoui/CoderStyle.git

Using:

You will need to include the style coderStyle.min.css and the script coderStyle.min.js files you downloaded or by cdn in your layout or pages.

<!DOCTYPE html>
<html>
<head>
	...
	<!-- coderstyle css style -->
	<link rel="stylesheet" type="text/css" href="http://cdn.dev2vision.com/coderStyle/css/v0.3/coderStyle.min.css">
	...
</head>
<body>
	...
	<!-- JQueryCDN-->
	<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
	...
	<!-- coderstyle js -->
	<script type="text/javascript" src="http://cdn.dev2vision.com/coderStyle/js/v0.3/coderStyle.min.js"></script>
	...
</body>
</html>

See the Demo for information on the project contents, new languages supported , templates and examples, and more.

License :

CoderStyle is free project distributed under the terms of the MIT license.


Made with ♥ by Marwen Hlaoui

About

CoderStyle is syntax highlighting project for web developper , very easy to include and integrate in your awesome web application

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published