@batijs/create-app 0.0.107 → 0.0.108
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/README.md +29 -0
- package/package.json +2 -2
package/README.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="https://raw.githubusercontent.com/batijs/bati/main/website/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
|
+
- :electric_plug: Choose the features you need, with the libraries you want
|
|
18
|
+
- :cocktail: Configuration files are tailored for the stack you choose
|
|
19
|
+
- :house_with_garden: Ready to start
|
|
20
|
+
- <img src="https://api.iconify.design/logos:vitejs.svg?color=%23888888" width=16 height=16></img> [Vite](https://vitejs.dev) ecosystem
|
|
21
|
+
- <img src="https://api.iconify.design/logos:typescript-icon.svg?color=%23888888" width=16 height=16></img> Typescript with strict types
|
|
22
|
+
- <img src="https://api.iconify.design/logos:eslint.svg?color=%23888888" width=16 height=16></img> Follows ESLint recommendations
|
|
23
|
+
- <img src="https://vike.dev/icons/vike-square-gradient.svg" width=16 height=16></img> Based on [Vike](https://vike.dev) for portability and customazibility
|
|
24
|
+
- <img src="https://wintercg.org/static/logo.svg" width=16 height=16></img> Sane and future-proof recommendations based on [WinterCG](https://wintercg.org)
|
|
25
|
+
- :dart: Always up-to-date, with automated testing
|
|
26
|
+
|
|
27
|
+
<hr>
|
|
28
|
+
|
|
29
|
+
**Not seeing your favorite tool? [Manually integrate it](https://vike.dev/integration) and/or upvote it [here](https://github.com/batijs/bati/issues?q=is%3Aopen+is%3Aissue+label%3A%22%3Aheavy_plus_sign%3A+tool%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.108",
|
|
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.108"
|
|
14
14
|
},
|
|
15
15
|
"files": [
|
|
16
16
|
"index.js"
|