1.0.2 • Published 4 years ago

munshi v1.0.2

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

munshi

📁 Importing packages in vanilla javascript, from unpkg, made simple.


Just import it from UNPKG

<!-- In header -->

<script src="https://unpkg.com/munshi"></script>

or using NPM

  • Install from npm

    npm install munshi
  • And then, import it

    <!-- In header -->
    
    <script src="node_modules/mushi/index.min.js"></script>

‍💻 Using it is very simple and straightforward as well!


/* In your js file or script. */

require("package"); // replace "package" with your package's name

🎃 It's as easy as that!

Now you can access all the package's MAIN file's function without any hesitation!


Made with ❤️ by squik.