Skip to content

Commit 12a168e

Browse files
committed
chore: wip
1 parent b03ae81 commit 12a168e

File tree

3 files changed

+10
-40
lines changed

3 files changed

+10
-40
lines changed

.stacks/core/development/README.md

Lines changed: 2 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,6 @@
1-
# Stacks Actions
1+
# Stacks Development
22

3-
This package contains the Stacks Actions.
4-
5-
## ☘️ Features
6-
7-
- Generate Component Meta information
8-
- Generate IDE Helper files
9-
- Generate Stacks Library Entry Points
10-
- Generate Package Manifests
11-
- Generate VS Code Custom Data file
12-
- Generate Vue 2 Compatibility (maybe deprecate)
13-
14-
## 🤖 Usage
15-
16-
```bash
17-
pnpm i -D @stacksjs/actions
18-
```
19-
20-
Now, you can use it in your project:
21-
22-
```ts
23-
import actions from '@stacksjs/actions'
24-
25-
// wip
26-
```
27-
28-
Learn more in the docs.
29-
30-
## 🧪 Testing
31-
32-
```bash
33-
pnpm test
34-
```
3+
This package is solely used as a source of truth for development dependencies.
354

365
## 📈 Changelog
376

.stacks/core/development/package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@
3030
"files": [
3131
"README.md"
3232
],
33-
"scripts": {
34-
"build": "unbuild",
35-
"dev": "unbuild --stub",
36-
"prepublishOnly": "pnpm run build"
37-
},
3833
"peerDependencies": {
3934
"@stacksjs/testing": "workspace:*",
4035
"typescript": "^5.0.2",

pnpm-lock.yaml

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)