Skip to content

matthewp/system-litjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

system-litjs

A SystemJS (and StealJS) extension for loading literate JavaScript files, written as Markdown. This allows you to write your code as documentation first, while still having the advantage of being able to load dynamically.

Install

bower install system-litjs --save-dev

Use

You can now import any markdown file and it's JavaScript source will be converted into a module.

import foo from 'bar.md!litjs';

foo()

License

MIT

About

Literary JavaScript

Resources

Stars

Watchers

Forks

Packages

No packages published