Skip to content

Commit 4d07dd5

Browse files
committed
v1.2.1
readme fix
1 parent ef2a9d0 commit 4d07dd5

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -126,22 +126,22 @@ ng-new-app your-app-name
126126

127127
# There is a command for everything you need! 🧑🏻‍💻
128128

129-
| command | What it does? | Thanks to Plugin |
130-
| ------------------------- | :------------------------------------------------------------------- | :------------------------------------------------------------------------------------- |
131-
| `npm start` | Starts the server in dev mode 🤷🏻‍♂️ | |
132-
| `npm run lint` | Runs ESLint on project | |
133-
| `npm run prettier` | Runs prettier on entire src folder | |
134-
| `npm run prettier:verify` | Runs prettier-check and throws error if fails | |
135-
| `npm run prettier:staged` | Runs prettier on only staged (changed) files | |
136-
| `npm run final-build` | Takes prod build and runs PurgeCSS script | |
137-
| `npm run prod-test` | Takes a final-build deployes on local server and give you url to run | [serve](https://www.npmjs.com/package/serve) |
138-
| `npm run purgecss` | Run PurgeCSS job to reduced style.css size into few kbs | [purgecss](https://www.npmjs.com/package/purgecss) |
139-
| `npm run source` | Takes a final-build and opens up source-map-explorer view | [source-map-explorer](https://www.npmjs.com/package/source-map-explorer) |
140-
| `npm run webpack-analyze` | Takes a final-build and opens up webpack-bundle-analyzer view | [webpack-bundle-analyzer](https://www.npmjs.com/package/webpack-bundle-analyzer) |
141-
| `npm run test` | Runs all the jests test cases | [@briebug/jest-schematic](https://www.npmjs.com/package/@briebug/jest-schematic) |
142-
| `npm run test:coverage` | Runs all the jests test cases and generate coverage report | [@briebug/jest-schematic](https://www.npmjs.com/package/@briebug/jest-schematic) |
143-
| `npm run e2e` | Opens up Cypress View to run your e2e tests in browser | [@briebug/cypress-schematic](https://www.npmjs.com/package/@briebug/cypress-schematic) |
144-
| `npm run e2e:ci` | Runs cypress tests in console (used for CI/CD) | [@briebug/cypress-schematic](https://www.npmjs.com/package/@briebug/cypress-schematic) |
129+
| command | What it does? | Thanks to Plugin |
130+
| ------------------------- | :------------------------------------------------------------------- | :------------------------------------------------------------------------------- |
131+
| `npm start` | Starts the server in dev mode 🤷🏻‍♂️ | |
132+
| `npm run lint` | Runs ESLint on project | |
133+
| `npm run prettier` | Runs prettier on entire src folder | |
134+
| `npm run prettier:verify` | Runs prettier-check and throws error if fails | |
135+
| `npm run prettier:staged` | Runs prettier on only staged (changed) files | |
136+
| `npm run final-build` | Takes prod build and runs PurgeCSS script | |
137+
| `npm run prod-test` | Takes a final-build deployes on local server and give you url to run | [serve](https://www.npmjs.com/package/serve) |
138+
| `npm run purgecss` | Run PurgeCSS job to reduced style.css size into few kbs | [purgecss](https://www.npmjs.com/package/purgecss) |
139+
| `npm run source` | Takes a final-build and opens up source-map-explorer view | [source-map-explorer](https://www.npmjs.com/package/source-map-explorer) |
140+
| `npm run webpack-analyze` | Takes a final-build and opens up webpack-bundle-analyzer view | [webpack-bundle-analyzer](https://www.npmjs.com/package/webpack-bundle-analyzer) |
141+
| `npm run test` | Runs all the jests test cases | [@briebug/jest-schematic](https://www.npmjs.com/package/@briebug/jest-schematic) |
142+
| `npm run test:coverage` | Runs all the jests test cases and generate coverage report | [@briebug/jest-schematic](https://www.npmjs.com/package/@briebug/jest-schematic) |
143+
| `npm run e2e` | Opens up Cypress View to run your e2e tests in browser | [@cypress/schematic](https://www.npmjs.com/package/@cypress/schematic) |
144+
| `npm run e2e:ci` | Runs cypress tests in console (used for CI/CD) | [@cypress/schematic](https://www.npmjs.com/package/@cypress/schematic) |
145145

146146
### Plan
147147

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-new-app",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Angular 14 boilerplate that comes with Material-UI, Tailwind3, Purgecss, Jest & Cypress Support, Optimal project structure, Interceptor with already some code, sourcemap analyzer tools, all pre-configured and much more...",
55
"homepage": "https://github.com/sardapv/angular-material-starter-template#readme",
66
"repository": {

0 commit comments

Comments
 (0)