0.0.16 β€’ Published 6 months ago

lcdp-map v0.0.16

Weekly downloads
-
License
MIT
Repository
github
Last release
6 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

6 months ago

0.0.15

6 months ago

0.0.14

6 months ago

0.0.13

6 months ago

0.0.7

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago