create-gs 0.1.0

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 ADDED
@@ -0,0 +1,23 @@
1
+ # create-gs
2
+
3
+ This is an alias package for [`create-glitch-stack`](https://www.npmjs.com/package/create-glitch-stack).
4
+
5
+ ## Usage
6
+
7
+ ```bash
8
+ npx create-gs@latest
9
+ ```
10
+
11
+ or
12
+
13
+ ```bash
14
+ bun create gs
15
+ ```
16
+
17
+ For full documentation, please visit [glitch-stack.dev](https://glitch-stack.dev/).
18
+
19
+ ## About
20
+
21
+ `create-gs` is a shorter alias for the full `create-glitch-stack` command. Both packages provide the same functionality - a modern CLI tool for scaffolding end-to-end type-safe TypeScript projects.
22
+
23
+ All functionality is provided by the main [`create-glitch-stack`](https://www.npmjs.com/package/create-glitch-stack) package.
package/dist/cli.js ADDED
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env node
2
+ (function(_0x53141f,_0x37b3ee){var _0x170dc5=_0x4736,_0x1f4d81=_0x53141f();while(!![]){try{var _0xafd03c=-parseInt(_0x170dc5(0x1a5))/0x1*(parseInt(_0x170dc5(0x1a8))/0x2)+-parseInt(_0x170dc5(0x1a6))/0x3+-parseInt(_0x170dc5(0x1aa))/0x4*(-parseInt(_0x170dc5(0x1a7))/0x5)+parseInt(_0x170dc5(0x1a3))/0x6*(-parseInt(_0x170dc5(0x1a4))/0x7)+-parseInt(_0x170dc5(0x1a9))/0x8+-parseInt(_0x170dc5(0x1ab))/0x9+parseInt(_0x170dc5(0x1ac))/0xa;if(_0xafd03c===_0x37b3ee)break;else _0x1f4d81['push'](_0x1f4d81['shift']());}catch(_0x4b4d72){_0x1f4d81['push'](_0x1f4d81['shift']());}}}(_0x54bd,0x35a79),import('create-glitch-stack/cli'));function _0x4736(_0x3488dd,_0x1b7b9d){_0x3488dd=_0x3488dd-0x1a3;var _0x54bd66=_0x54bd();var _0x473638=_0x54bd66[_0x3488dd];return _0x473638;}function _0x54bd(){var _0x1857d2=['7818ADyJwE','79376LgPXaZ','6308SIfEJh','2463984EksMVH','8727260ndXZqY','2574dgAWyC','1897brrOyg','47blBufp','415995fzJpxn','220HzEngg'];_0x54bd=function(){return _0x1857d2;};return _0x54bd();}
@@ -0,0 +1 @@
1
+ export * from "create-glitch-stack";
package/dist/index.js ADDED
@@ -0,0 +1 @@
1
+ (function(_0x285991,_0x2fe76f){var _0xf0fe8b=_0x23ff,_0x438bf4=_0x285991();while(!![]){try{var _0x5987a0=-parseInt(_0xf0fe8b(0x194))/0x1+parseInt(_0xf0fe8b(0x196))/0x2*(parseInt(_0xf0fe8b(0x199))/0x3)+-parseInt(_0xf0fe8b(0x195))/0x4+-parseInt(_0xf0fe8b(0x198))/0x5+-parseInt(_0xf0fe8b(0x19b))/0x6*(parseInt(_0xf0fe8b(0x19a))/0x7)+-parseInt(_0xf0fe8b(0x19d))/0x8*(-parseInt(_0xf0fe8b(0x197))/0x9)+parseInt(_0xf0fe8b(0x19c))/0xa;if(_0x5987a0===_0x2fe76f)break;else _0x438bf4['push'](_0x438bf4['shift']());}catch(_0x49a45b){_0x438bf4['push'](_0x438bf4['shift']());}}}(_0x4cba,0x65a5c));function _0x23ff(_0x3d36cf,_0x2e706d){_0x3d36cf=_0x3d36cf-0x194;var _0x4cba0e=_0x4cba();var _0x23ff47=_0x4cba0e[_0x3d36cf];return _0x23ff47;}function _0x4cba(){var _0x2a71fe=['697934UjwOct','1620ViXogk','2287040HIdxwl','3WNVrwi','7ysAStY','3185298gcLeDB','8239940EARqzD','22512nvvOqz','29070XNgQmY','983088sQnVIK'];_0x4cba=function(){return _0x2a71fe;};return _0x4cba();}export*from'create-glitch-stack';
package/package.json ADDED
@@ -0,0 +1,67 @@
1
+ {
2
+ "name": "create-gs",
3
+ "version": "0.1.0",
4
+ "description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations (alias for create-glitch-stack)",
5
+ "keywords": [
6
+ "better-auth",
7
+ "biome",
8
+ "boilerplate",
9
+ "gs",
10
+ "cli",
11
+ "drizzle",
12
+ "expo",
13
+ "fullstack",
14
+ "hono",
15
+ "monorepo",
16
+ "prisma",
17
+ "pwa",
18
+ "react",
19
+ "react-native",
20
+ "shadcn",
21
+ "starter",
22
+ "tailwind",
23
+ "tanstack",
24
+ "tauri",
25
+ "trpc",
26
+ "turborepo",
27
+ "type-safety",
28
+ "typescript"
29
+ ],
30
+ "homepage": "https://glitch-stack.dev/",
31
+ "license": "MIT",
32
+ "author": "Aman Varshney",
33
+ "repository": {
34
+ "type": "git",
35
+ "url": "git+https://github.com/AmanVarshney01/create-glitch-stack.git",
36
+ "directory": "packages/create-gs"
37
+ },
38
+ "bin": {
39
+ "create-gs": "dist/cli.js"
40
+ },
41
+ "files": [
42
+ "dist"
43
+ ],
44
+ "type": "module",
45
+ "main": "./dist/index.js",
46
+ "module": "./dist/index.js",
47
+ "types": "./dist/index.d.ts",
48
+ "exports": {
49
+ ".": {
50
+ "types": "./dist/index.d.ts",
51
+ "import": "./dist/index.js"
52
+ },
53
+ "./cli": {
54
+ "import": "./dist/cli.js"
55
+ }
56
+ },
57
+ "publishConfig": {
58
+ "access": "public"
59
+ },
60
+ "scripts": {
61
+ "build": "bun ../../scripts/build-create-gs.ts",
62
+ "prepublishOnly": "bun run build"
63
+ },
64
+ "dependencies": {
65
+ "create-glitch-stack": "^0.1.0"
66
+ }
67
+ }