0.0.16 β€’ Published 10 months ago

lcdp-map v0.0.16

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

10 months ago

0.0.15

10 months ago

0.0.14

10 months ago

0.0.13

10 months ago

0.0.7

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago