Skip to content

Commit

Permalink
feat(readme): updated readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismaestro authored and Ismael Ramos committed Apr 16, 2018
1 parent 0964369 commit 8ee8e2e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,20 @@

## Usage

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

## Features

Expand Down

0 comments on commit 8ee8e2e

Please sign in to comment.