- https://unpkg.com/@julong/unpkg_sample@latest/dist/index.js - https://unpkg.com/@julong/unpkg_sample@latest/dist/s.css
Use this skill to invoke core system utility functions via the mono-rele2-core CLI. Handles message echo, UTC timestamp generation, and environment variable lookup.
Use this skill to invoke text utility functions via the mono-rele2-utils CLI. Handles class name merging, case conversion, and text truncation.
This is a SWC-based plugin that removes some attributes from jsx, such as data-testid.
This is ...
ESLint plugin
eslint 기능을 프로젝트 내부에서 분리
babel preset
```js // webpack.config.js const webpackPluginRuntimeAssets = require('@julong/webpack-plugin-runtime-assets').default; module.exports = { plugins: [ // ... new webpackPluginRuntimeAssets(), // ... ] } ```
react_project
This is ...
cli명령어 생성
This README would normally document whatever steps are necessary to get your application up and running.
ESLint plugin