Skip to content

Commit

Permalink
yamd
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragos Cirjan committed Mar 25, 2019
1 parent 8567ca8 commit f3d9225
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 27 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ commands:
command: npm install -D gulp-cli
- run:
name: Lint
command: npx gulp lint
command: gulp lint
- run:
name: Build
command: npx gulp lint
command: gulp lint
# - run:
# name: Test
# command: npx gulp test
# command: gulp test
- save-npm-cache
test-nodejs-v6:
steps:
Expand All @@ -49,13 +49,13 @@ commands:
command: npm install -D gulp-cli
- run:
name: Lint
command: npx gulp lint
command: gulp lint
- run:
name: Build
command: npx gulp lint
command: gulp lint
# - run:
# name: Test
# command: npx gulp test
# command: gulp test
- save-npm-lock
- save-npm-cache
save-npm-lock:
Expand Down
50 changes: 29 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,32 @@ SVG-Powered component to easily create placeholder loadings (like Facebook's car

## Index

<!-- TOC -->

- [Aurelia Content Loader](#aurelia-content-loader)
- [Index](#index)
- [Getting Started](#getting-started)
- [Usage](#usage)
- [Options](#options)
- [Examples](#examples)
- [Facebook Component](#facebook-component)
- [Instagram Component](#instagram-component)
- [Code Component](#code-component)
- [Additional Options](#additional-options)
- [List Component](#list-component)
- [Additional Options](#additional-options-1)
- [Bullet list Style](#bullet-list-style)
- [Custom Component](#custom-component)
- [Extending component](#extending-component)
- [Javascript Class](#javascript-class)
- [Importing new component](#importing-new-component)
- [Using within HTML Templates](#using-within-html-templates)
- [Similar packages](#similar-packages)
- [Development](#development)
- [License](#license)
- [Index](#index)
- [Getting Started](#getting-started)
- [Usage](#usage)
- [Options](#options)
- [Examples](#examples)
- [Facebook Component](#facebook-component)
- [Instagram Component](#instagram-component)
- [Code Component](#code-component)
- [Additional Options](#additional-options)
- [List Component](#list-component)
- [Additional Options](#additional-options-1)
- [Bullet list Style](#bullet-list-style)
- [Custom Component](#custom-component)
- [Extending component](#extending-component)
- [Javascript Class](#javascript-class)
- [Importing new component](#importing-new-component)
- [Using within HTML Templates](#using-within-html-templates)
- [Similar packages](#similar-packages)
- [Development](#development)
- [Issues](#issues)
- [License](#license)

<!-- /TOC -->

## Getting Started

Expand Down Expand Up @@ -239,7 +244,7 @@ Fork the repo then clone it

`$ yarn dev`: Run the docz to see your changes;

> Momentarely I do not use the testing environment. I'm using [this project](https://github.com/dragoscirjan/aurelia-plugins-dev) to develop. You're all invited to help with the unit tests, if you wish to.
> NOTE: Momentarely I do not use the testing environment. I'm using [this project](https://github.com/dragoscirjan/aurelia-plugins-dev) to develop. You're all invited to help with the unit tests, if you wish to.
`$ yarn test`: Run all tests: type checking and unit tests;

Expand All @@ -249,6 +254,9 @@ Fork the repo then clone it

`$ yarn tsc:watch`: Typescript checking with watching;

## Issues

For issues, please reffer to this repository's [issue page](https://github.com/dragoscirjan/aurelia-google-recaptcha/issues).

## License

Expand Down

0 comments on commit f3d9225

Please sign in to comment.