Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fomolol/modulemaker

Repository files navigation

Module Maker

Introduction

Module Maker is our starting point to create libraries.


Composition

This template kit is composed of:


Folder Structure

  • /bundled: Generated by microbundle after running build:bundle script. Includes all external dependencies.
  • /dist: Generated by microbundle after running build:light script.
  • /docs: Used by vite through dev script to serve the documentation.
  • /docs/main.js: here's where you can test your library, our preference is to use the /dist version of the library, to make sure what's going to be published is what's being tested.
  • /src: Your library's raw code.

ModuleMaker in use


Authors

This set of hooks is curated and maintained by the FOMOLOL Classified team:


License

The MIT License.

About

An npm module making template.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published