Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cristo-rabani committed Nov 23, 2015
1 parent fabc2c7 commit 1de9c49
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,16 @@ This package use file extensions `*.import.js` and `*.import.jsx` for compatibil

By default only files with `.import.js(x)` extension are bundled as modules, all other files are processed as usual.

If you want to use modules in all `*.js` files check out **[universe:modules-entrypoint](https://github.com/vazco/meteor-universe-modules-entrypoint)**.
If you want to use modules in all `*.js` files check out
**[universe:ecmascript](https://github.com/vazco/universe-ecmascript)**
or **[universe:modules-entrypoint](https://github.com/vazco/meteor-universe-modules-entrypoint)**.

*Entrypoint* package parse all `*.js` files and provide one entry point file to run your application.
Check [docs](https://github.com/vazco/meteor-universe-modules-entrypoint) for more info how to setup modules in this mode.

*Ecmascript* package parse all `*.js` and `*.jsx` files and load them automatically in the first possible moment.
Check [docs](https://github.com/vazco/universe-ecmascript) for more info how to setup modules in this mode.

### Benefits of modules is Meteor

Universe Modules allows you to write your code in modular way, something that Meteor lacks by default.
Expand Down

0 comments on commit 1de9c49

Please sign in to comment.