virastack 0.0.1
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/LICENSE +21 -0
- package/README.md +38 -0
- package/index.js +3 -0
- package/package.json +28 -0
- package/public/start.jpg +0 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026-present Ömer Gülçiçek (ViraStack)
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
<div align="center">
|
|
2
|
+
<img src="./public/start.jpg" alt="Vira Stack CLI" />
|
|
3
|
+
</div>
|
|
4
|
+
|
|
5
|
+
<br />
|
|
6
|
+
|
|
7
|
+
# ViraStack CLI
|
|
8
|
+
|
|
9
|
+
Automated scaffolding tool to initialize and scale high-discipline ViraStack architectures.
|
|
10
|
+
|
|
11
|
+
## Explore the ViraStack Ecosystem
|
|
12
|
+
|
|
13
|
+
### Projects
|
|
14
|
+
|
|
15
|
+
- [**Next.js Boilerplate**](https://github.com/virastack/nextjs-boilerplate) - Production-ready Next.js 16+ starter template built with Tailwind CSS 4 and TypeScript.
|
|
16
|
+
- [**AI Rules**](https://github.com/virastack/ai-rules) - AI-native architecture kit and high-discipline protocols for modern React applications.
|
|
17
|
+
- [**Input Mask**](https://github.com/virastack/input-mask) - Lightweight, zero-dependency input masking library optimized for React Hook Form.
|
|
18
|
+
- [**Password Toggle**](https://github.com/virastack/password-toggle) - Fully accessible and highly customizable password visibility hook for React.
|
|
19
|
+
- [**Modern Web in 3 Minutes**](https://github.com/virastack/modern-web-in-3-minutes) - Master modern web development standards in just 3 minutes.
|
|
20
|
+
|
|
21
|
+
### 🚧 Coming Soon
|
|
22
|
+
|
|
23
|
+
- [**Start (CLI)**](https://github.com/virastack/cli) - Automated scaffolding tool to initialize and scale high-discipline ViraStack architectures.
|
|
24
|
+
- [**TanStack Boilerplate**](https://github.com/virastack/tanstack-boilerplate) - Production-ready TanStack Start starter template built with Tailwind CSS 4 and TypeScript.
|
|
25
|
+
- [**Standards**](https://github.com/virastack/standards) - A unified suite of ESLint, Prettier, and architectural rules to enforce absolute code integrity.
|
|
26
|
+
- [**Error Guard**](https://github.com/virastack/error-guard) - Pro-grade error handling and smart recovery protocols for zero-friction React environments.
|
|
27
|
+
|
|
28
|
+
... and more at [**virastack.com**](https://virastack.com)
|
|
29
|
+
|
|
30
|
+
## License
|
|
31
|
+
|
|
32
|
+
Licensed under the <a href="https://github.com/virastack/cli/blob/main/LICENSE">MIT License</a>.
|
|
33
|
+
|
|
34
|
+
## Maintainer
|
|
35
|
+
|
|
36
|
+
A project by [**Ömer Gülçiçek**](https://omergulcicek.com)
|
|
37
|
+
|
|
38
|
+
[](https://github.com/omergulcicek)
|
package/index.js
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "virastack",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "Virastack CLI",
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "Ömer Gülçiçek (ViraStack)",
|
|
7
|
+
"email": "iletisim@omergulcicek.com",
|
|
8
|
+
"url": "https://omergulcicek.com"
|
|
9
|
+
},
|
|
10
|
+
"license": "MIT",
|
|
11
|
+
"homepage": "https://virastack.com",
|
|
12
|
+
"repository": {
|
|
13
|
+
"type": "git",
|
|
14
|
+
"url": "git+https://github.com/virastack/cli.git"
|
|
15
|
+
},
|
|
16
|
+
"bugs": {
|
|
17
|
+
"url": "https://github.com/virastack/cli/issues"
|
|
18
|
+
},
|
|
19
|
+
"main": "index.js",
|
|
20
|
+
"bin": {
|
|
21
|
+
"virastack": "./index.js"
|
|
22
|
+
},
|
|
23
|
+
"keywords": [
|
|
24
|
+
"virastack",
|
|
25
|
+
"cli",
|
|
26
|
+
"init"
|
|
27
|
+
]
|
|
28
|
+
}
|
package/public/start.jpg
ADDED
|
Binary file
|