Skip to content

Commit

Permalink
Prepare first test release
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryuni committed Jan 21, 2024
1 parent c8d0cd4 commit 0f25907
Show file tree
Hide file tree
Showing 3 changed files with 352 additions and 22 deletions.
23 changes: 1 addition & 22 deletions packages/inline-mod/README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1 @@
# <%= githubRepoName %>

<%= description %>

## Install

```js
npm i -D <%= githubRepoName %>
```

Add plugin to your vite.config.ts:

```js
// vite.config.ts
import { defineConfig } from 'vite'
import <%= pluginName %> from './src/index';

// https://vitejs.dev/config/
export default defineConfig({
plugins: [<%= pluginName %>({})]
})
```
# Inox-tools Inline Module
1 change: 1 addition & 0 deletions packages/inline-mod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
},
"devDependencies": {
"@vitest/ui": "^1.1.3",
"tsup": "^8.0.1",
"upath": "^2.0.1",
"vitest": "^1.1.3"
},
Expand Down
Loading

0 comments on commit 0f25907

Please sign in to comment.