@linyjs/plugin-templates
v0.0.24
Published
Templates for linyjs framework plugins
Readme
linyjs Plugin Templates
Templates for creating linyjs framework plugins.
Usage
npx @linyjs/cli init my-pluginOr manually:
npm create @linyjs/plugin-templates my-pluginStructure
my-plugin/
├── package.json
├── tsconfig.json
├── README.md
└── src/
├── server/
│ └── index.ts
└── client/
└── index.tsxFeatures
- ✅ TypeScript support
- ✅ React 19 support
- ✅ Zero-config build with
@linyjs/cli - ✅ Example server and client modules
- ✅ Ready to pack and deploy
