Skip to content

Commit cd26143

Browse files
committed
πŸ›  rename farmazon to farmicode
1 parent 0ddba63 commit cd26143

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+67
-67
lines changed

β€Žangular.jsonβ€Ž

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
{
22
"version": 1,
33
"projects": {
4-
"farmazon": {
4+
"farmicode": {
55
"projectType": "application",
66
"schematics": {},
7-
"root": "apps/farmazon",
8-
"sourceRoot": "apps/farmazon/src",
9-
"prefix": "fz",
7+
"root": "apps/farmicode",
8+
"sourceRoot": "apps/farmicode/src",
9+
"prefix": "fc",
1010
"architect": {
1111
"build": {
1212
"builder": "@angular-devkit/build-angular:browser",
1313
"options": {
14-
"outputPath": "dist/apps/farmazon",
15-
"index": "apps/farmazon/src/index.html",
16-
"main": "apps/farmazon/src/main.ts",
17-
"polyfills": "apps/farmazon/src/polyfills.ts",
18-
"tsConfig": "apps/farmazon/tsconfig.app.json",
14+
"outputPath": "dist/apps/farmicode",
15+
"index": "apps/farmicode/src/index.html",
16+
"main": "apps/farmicode/src/main.ts",
17+
"polyfills": "apps/farmicode/src/polyfills.ts",
18+
"tsConfig": "apps/farmicode/tsconfig.app.json",
1919
"aot": true,
2020
"assets": [
21-
"apps/farmazon/src/favicon.ico",
22-
"apps/farmazon/src/assets"
21+
"apps/farmicode/src/favicon.ico",
22+
"apps/farmicode/src/assets"
2323
],
24-
"styles": ["apps/farmazon/src/styles.css"],
24+
"styles": ["apps/farmicode/src/styles.css"],
2525
"scripts": []
2626
},
2727
"configurations": {
2828
"production": {
2929
"fileReplacements": [
3030
{
31-
"replace": "apps/farmazon/src/environments/environment.ts",
32-
"with": "apps/farmazon/src/environments/environment.prod.ts"
31+
"replace": "apps/farmicode/src/environments/environment.ts",
32+
"with": "apps/farmicode/src/environments/environment.prod.ts"
3333
}
3434
],
3535
"optimization": true,
@@ -58,62 +58,62 @@
5858
"serve": {
5959
"builder": "@angular-devkit/build-angular:dev-server",
6060
"options": {
61-
"browserTarget": "farmazon:build"
61+
"browserTarget": "farmicode:build"
6262
},
6363
"configurations": {
6464
"production": {
65-
"browserTarget": "farmazon:build:production"
65+
"browserTarget": "farmicode:build:production"
6666
}
6767
}
6868
},
6969
"extract-i18n": {
7070
"builder": "@angular-devkit/build-angular:extract-i18n",
7171
"options": {
72-
"browserTarget": "farmazon:build"
72+
"browserTarget": "farmicode:build"
7373
}
7474
},
7575
"lint": {
7676
"builder": "@angular-devkit/build-angular:tslint",
7777
"options": {
7878
"tsConfig": [
79-
"apps/farmazon/tsconfig.app.json",
80-
"apps/farmazon/tsconfig.spec.json"
79+
"apps/farmicode/tsconfig.app.json",
80+
"apps/farmicode/tsconfig.spec.json"
8181
],
82-
"exclude": ["**/node_modules/**", "!apps/farmazon/**/*"]
82+
"exclude": ["**/node_modules/**", "!apps/farmicode/**/*"]
8383
}
8484
},
8585
"test": {
8686
"builder": "@nrwl/jest:jest",
8787
"options": {
88-
"jestConfig": "apps/farmazon/jest.config.js",
88+
"jestConfig": "apps/farmicode/jest.config.js",
8989
"passWithNoTests": true
9090
}
9191
}
9292
}
9393
},
94-
"farmazon-e2e": {
95-
"root": "apps/farmazon-e2e",
96-
"sourceRoot": "apps/farmazon-e2e/src",
94+
"farmicode-e2e": {
95+
"root": "apps/farmicode-e2e",
96+
"sourceRoot": "apps/farmicode-e2e/src",
9797
"projectType": "application",
9898
"architect": {
9999
"e2e": {
100100
"builder": "@nrwl/cypress:cypress",
101101
"options": {
102-
"cypressConfig": "apps/farmazon-e2e/cypress.json",
103-
"tsConfig": "apps/farmazon-e2e/tsconfig.e2e.json",
104-
"devServerTarget": "farmazon:serve"
102+
"cypressConfig": "apps/farmicode-e2e/cypress.json",
103+
"tsConfig": "apps/farmicode-e2e/tsconfig.e2e.json",
104+
"devServerTarget": "farmicode:serve"
105105
},
106106
"configurations": {
107107
"production": {
108-
"devServerTarget": "farmazon:serve:production"
108+
"devServerTarget": "farmicode:serve:production"
109109
}
110110
}
111111
},
112112
"lint": {
113113
"builder": "@angular-devkit/build-angular:tslint",
114114
"options": {
115-
"tsConfig": ["apps/farmazon-e2e/tsconfig.e2e.json"],
116-
"exclude": ["**/node_modules/**", "!apps/farmazon-e2e/**/*"]
115+
"tsConfig": ["apps/farmicode-e2e/tsconfig.e2e.json"],
116+
"exclude": ["**/node_modules/**", "!apps/farmicode-e2e/**/*"]
117117
}
118118
}
119119
}
@@ -186,5 +186,5 @@
186186
"unitTestRunner": "jest"
187187
}
188188
},
189-
"defaultProject": "farmazon"
189+
"defaultProject": "farmicode"
190190
}

β€Žapps/farmazon-e2e/cypress.jsonβ€Ž renamed to β€Žapps/farmicode-e2e/cypress.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"pluginsFile": "./src/plugins/index",
77
"supportFile": "./src/support/index.ts",
88
"video": true,
9-
"videosFolder": "../../dist/cypress/apps/farmazon-e2e/videos",
10-
"screenshotsFolder": "../../dist/cypress/apps/farmazon-e2e/screenshots",
9+
"videosFolder": "../../dist/cypress/apps/farmicode-e2e/videos",
10+
"screenshotsFolder": "../../dist/cypress/apps/farmicode-e2e/screenshots",
1111
"chromeWebSecurity": false
1212
}
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
import { getGreeting } from '../support/app.po';
22

3-
describe('farmazon', () => {
3+
describe('farmicode', () => {
44
beforeEach(() => cy.visit('/'));
55

66
it('should display welcome message', () => {
77
// Custom command example, see `../support/commands.ts` file
88
cy.login('[email protected]', 'myPassword');
99

1010
// Function helper example, see `../support/app.po.ts` file
11-
getGreeting().contains('Welcome to farmazon!');
11+
getGreeting().contains('Welcome to farmicode!');
1212
});
1313
});
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
Β (0)