munshi

1.0.2 • Public • Published

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.

/munshi/

    Package Sidebar

    Install

    npm i munshi

    Weekly Downloads

    3

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    5.2 kB

    Total Files

    7

    Last publish

    Collaborators

    • squikjs