0.1.0 • Published 5 years ago
@rodgeraraujo/usejs v0.1.0
use.js
Installation:
$ npm install --save usejs
Example usage
This is a simple example of usage the lib.
require('usejs'); //require in any JS file to get `use` reference
const LocalModule = use('project-name/module-name');
const NodeModule = use('module-name');
Changelog
All notable changes to this project will be documented here.
0.1.0 - 2020-07-26
Initial release.
License
0.1.0
5 years ago