create-laju-app 1.0.9 → 1.0.11

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.
Files changed (3) hide show
  1. package/README.md +1 -14
  2. package/bin/cli.js +4 -4
  3. package/package.json +28 -28
package/README.md CHANGED
@@ -26,23 +26,10 @@ Visit [laju.dev](https://laju.dev)
26
26
 
27
27
  ## Installation
28
28
 
29
- 1. Run the following command
29
+ Run the following command
30
30
  ```bash
31
31
  npx create-laju-app project-name
32
32
  ```
33
- 2. Open the project directory
34
- ```bash
35
- cd project-name
36
- ```
37
- 2. Install dependencies:
38
- ```bash
39
- npm install
40
- ```
41
- 4. Copy `.env.example` to `.env` and configure your environment variables:
42
- ```bash
43
- cp .env.example .env
44
- ```
45
-
46
33
  ## Development
47
34
 
48
35
  To start the development server:
package/bin/cli.js CHANGED
@@ -74,11 +74,11 @@ program
74
74
 
75
75
  console.log('');
76
76
  console.log('👉 Next steps:');
77
- console.log('📁 cd ' + targetPath);
78
- console.log('🔥 npm run dev to start the development server.');
79
- console.log('📦 npm run build to build the production files.');
77
+ console.log('1. 📁 cd ' + projectDirectory);
78
+ console.log('2. 🔥 npm run dev to start the development server.');
79
+ console.log('3. 📦 npm run build to build the production files.');
80
80
  console.log('');
81
- console.log('� Build Faster with Laju - Happy Coding!');
81
+
82
82
 
83
83
 
84
84
 
package/package.json CHANGED
@@ -1,28 +1,28 @@
1
- {
2
- "name": "create-laju-app",
3
- "version": "1.0.9",
4
- "keywords": [
5
- "laju",
6
- "svelte",
7
- "tailwindcss",
8
- "hyper-express",
9
- "sqlite",
10
- "boilerplate",
11
- "template",
12
- "generator"
13
- ],
14
- "bin": {
15
- "create-laju-app": "./bin/cli.js"
16
- },
17
- "dependencies": {
18
- "child_process": "^1.0.2",
19
- "commander": "^11.0.0",
20
- "degit": "^2.8.4",
21
- "prompts": "^2.4.2"
22
- },
23
- "homepage": "https://laju.dev",
24
- "repository": {
25
- "type": "git",
26
- "url": "git+https://github.com/maulanashalihin/laju.git"
27
- }
28
- }
1
+ {
2
+ "name": "create-laju-app",
3
+ "version": "1.0.11",
4
+ "keywords": [
5
+ "laju",
6
+ "svelte",
7
+ "tailwindcss",
8
+ "hyper-express",
9
+ "sqlite",
10
+ "boilerplate",
11
+ "template",
12
+ "generator"
13
+ ],
14
+ "bin": {
15
+ "create-laju-app": "./bin/cli.js"
16
+ },
17
+ "dependencies": {
18
+ "child_process": "^1.0.2",
19
+ "commander": "^11.0.0",
20
+ "degit": "^2.8.4",
21
+ "prompts": "^2.4.2"
22
+ },
23
+ "homepage": "https://laju.dev",
24
+ "repository": {
25
+ "type": "git",
26
+ "url": "git+https://github.com/maulanashalihin/laju.git"
27
+ }
28
+ }