0.1.0 • Published 5 years ago

@rodgeraraujo/usejs v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

use.js

npm version License: MIT

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

MIT


0.1.0

5 years ago