0.0.16 β€’ Published 7 months ago

lcdp-map v0.0.16

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

LCDP-Map πŸ—ΊοΈ

A wrapper library for Leaflet, optimized for use in Appsmith with custom functionalities.

GUIDE FOR BUILDING AND PUBLISHING LCDP-MAP


1. DIRECTORY STRUCTURE

LCDP-MAP/
β”œβ”€β”€ src/
β”‚   └── index.js        # Main source code
β”œβ”€β”€ dist/               # Build output
β”œβ”€β”€ .gitignore          # Git ignore file
β”œβ”€β”€ LICENSE             # MIT License
β”œβ”€β”€ README.md           # Documentation
β”œβ”€β”€ package.json        # Package config
└── webpack.config.js   # Webpack config

2. CHECK MAIN FILES

  • package.json: Verify version and dependencies.
  • webpack.config.js: Ensure correct UMD configuration.
  • src/index.js: Check the code and exports.
  • README.md: Update documentation if necessary.

3. INSTALL DEPENDENCIES, BUILD AND RUN COMMANDS

# Install dependencies
npm i lcdp-map

# Build package
npm run build

4. POST-PUBLISH CHECKS

0.0.16

7 months ago

0.0.15

7 months ago

0.0.14

7 months ago

0.0.13

7 months ago

0.0.7

7 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago