0.8.0 • Published 9 years ago

uplift-reader v0.8.0

Weekly downloads
2
License
-
Repository
github
Last release
9 years ago

uplift-reader

npm

Reads resource urls in a template. Jinja compatible.

Getting Started

Install the module with: npm install uplift-reader

var reader = require('uplift-reader');
reader.read('<script src="whatever.js"></script>');
reader.readFile('/path/to/file.js');

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

License

Copyright (c) 2015 Marius Craciunoiu
Licensed under the MIT license.

0.8.0

9 years ago

0.7.0

9 years ago

0.6.0

9 years ago

0.5.0

9 years ago

0.4.0

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago