{"library":"spm-webpack","title":"SPM Webpack Bundler","type":"library","description":"This package, `spm-webpack` (version 0.7.7), served as a project bundler for SPM (Static Package Manager) projects, leveraging Webpack for its core bundling capabilities. SPM was a package manager primarily used within the Chinese developer community, designed for front-end development, and often used with the Sea.js module loader. The `spm-webpack` tool aimed to integrate Webpack's modern bundling features into the SPM ecosystem, allowing SPM users to build and optimize their static assets. However, the upstream SPM project itself has been explicitly deprecated and archived since August 2018, with official recommendations to transition to npm for package management. Consequently, `spm-webpack` has also been effectively abandoned, with no active development or maintenance. Its relevance is now primarily historical, and it is not suitable for new projects or ongoing development.","language":"javascript","status":"abandoned","last_verified":"Sun Apr 19","install":{"commands":["npm install spm-webpack"],"cli":{"name":"spm-webpack","version":null}},"imports":[],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":"https://github.com/spmjs/spm-webpack","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/spm-webpack","openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"{\n  \"name\": \"my-spm-project\",\n  \"version\": \"1.0.0\",\n  \"spm\": {\n    \"main\": \"index.js\",\n    \"dependencies\": {}\n  }\n}\n\n// index.js (create this file)\nconsole.log('Hello from SPM Webpack!');\n\n// Run the bundler (after global installation)\n// Open your terminal in the project directory:\n// $ npm install -g spm-webpack\n// $ spm-webpack\n// This command would typically bundle your project according to the `spm` configuration.\n// However, due to SPM's deprecation, this functionality is no longer reliably available.\n","lang":"javascript","description":"Demonstrates the command-line usage of `spm-webpack` within a hypothetical SPM project structure. Note that this package is abandoned.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}