Skip to content

Commit 8ee8e2e

Browse files
IsmaestroIsmael Ramos
authored andcommitted
feat(readme): updated readme file
1 parent 0964369 commit 8ee8e2e

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,20 @@
3838

3939
## Usage
4040

41-
Tasks | Description
42-
--------------------|---------------------------------------------------------------------------------------
43-
npm i | Installs everything needed
44-
npm start | Starts the app. Then, go to `localhost:4200`
45-
npm run test | Runs unit tests with karma and jasmine
46-
npm run e2e | Runs end to end tests
47-
npm run e2e:home | Runs end to end tests only for the home directory
48-
npm run build | Builds the app for production
49-
npm run lint | Runs the linter (tslint)
50-
npm run ci | Executes linter and tests
51-
npm run deploy | Builds the app and deploy it to Github pages (angular-cli-ghpages) (fork to do this and remove CNAME file)
52-
npm run sme | Builds and runs source map explorer, really cool :)
53-
npm run release | Creates a new release using standard-version
54-
npm run docker | Builds the docker image and run the container
41+
Tasks | Description
42+
-------------------------|---------------------------------------------------------------------------------------
43+
npm i | Installs everything needed
44+
npm start | Starts the app. Then, go to `localhost:4200`
45+
npm run test | Runs unit tests with karma and jasmine
46+
npm run e2e | Runs end to end tests
47+
npm run e2e:home | Runs end to end tests only for the home directory
48+
npm run build | Builds the app for production
49+
npm run lint | Runs the linter (tslint)
50+
npm run ci | Executes linter and tests
51+
npm run deploy | Builds the app and deploy it to Github pages (angular-cli-ghpages) (fork to do this and remove CNAME file)
52+
npm run sme | Builds and runs source map explorer, really cool :)
53+
npm run release | Creates a new release using standard-version
54+
npm run docker | Builds the docker image and run the container
5555

5656
## Features
5757

0 commit comments

Comments
 (0)