https://github.com/initx-collective/initx-plugin-starter
initx plugin starter template
https://github.com/initx-collective/initx-plugin-starter
initx initx-plugin starter
Last synced: 4 months ago
JSON representation
initx plugin starter template
- Host: GitHub
- URL: https://github.com/initx-collective/initx-plugin-starter
- Owner: initx-collective
- License: mit
- Created: 2024-10-24T15:37:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-23T15:10:11.000Z (6 months ago)
- Last Synced: 2026-02-07T15:36:02.022Z (4 months ago)
- Topics: initx, initx-plugin, starter
- Language: TypeScript
- Homepage:
- Size: 274 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## initx-plugin-starter
`initx` plugin starter template.
## Usage
```bash
npx initx plugin add starter
```
try the first command
```bash
npx initx start
```
## Development
Run stub
```bash
pnpm stub
```
Install plugin from current directory
```bash
npx initx plugin add .
```
Enjoy your plugin development!
## Documentation
[initx](https://github.com/initx-collective/initx)