@batijs/create-app 0.0.105 → 0.0.107
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/README.md +0 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@batijs/create-app",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.107",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"description": "Next-gen scaffolder. Get started with fully-functional apps, and choose any tool you want",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"bin": "./index.js",
|
|
11
11
|
"devDependencies": {},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@batijs/cli": "0.0.
|
|
13
|
+
"@batijs/cli": "0.0.107"
|
|
14
14
|
},
|
|
15
15
|
"files": [
|
|
16
16
|
"index.js"
|
package/README.md
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
<p align="center">
|
|
2
|
-
<img src="https://raw.githubusercontent.com/batijs/batijs.github.io/main/assets/logo.svg" height="150">
|
|
3
|
-
</p>
|
|
4
|
-
|
|
5
|
-
<h1 align="center">
|
|
6
|
-
Bâti
|
|
7
|
-
</h1>
|
|
8
|
-
<p align="center">
|
|
9
|
-
Next-gen scaffolder. Get started with fully-functional apps, and choose any tool you want.
|
|
10
|
-
<p>
|
|
11
|
-
|
|
12
|
-
<h3 align="center"><a href="https://batijs.github.io">Try the CLI generator</a></h3>
|
|
13
|
-
|
|
14
|
-

|
|
15
|
-
|
|
16
|
-
## Features
|
|
17
|
-
- Choose the features you need, with the libraries you want
|
|
18
|
-
- Configuration files are tailored for the stack you chose
|
|
19
|
-
- Ready to start
|
|
20
|
-
- [Vite](https://vitejs.dev) + Typescript ecosystem
|
|
21
|
-
- Based on [vike](https://vike.dev) for portability and customazibility
|
|
22
|
-
- Sane and future-proof recommendations that follows [WinterCG](https://wintercg.org) as much as possible
|