Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Commit 794c9e2

Browse files
NicolasRitouetDamian Królikowski
authored andcommitted
Fix readme (badges mostly) (#2)
1 parent 5f96933 commit 794c9e2

File tree

4 files changed

+233
-232
lines changed

4 files changed

+233
-232
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ jobs:
55
- image: circleci/node:8
66
steps:
77
- checkout
8-
- run: npm install
8+
- run: npm ci
99
- run: npm test

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
</p>
44

55
<p align="center">
6-
<a href="https://circleci.com/gh/mycsHQ/ns-suitescript-mocks"><img src="https://badgen.net/circleci/github/mycshq/ns-suitescript-mocks.js" /></a>
6+
<a href="https://circleci.com/gh/mycsHQ/ns-suitescript-mocks"><img src="https://badgen.net/circleci/github/mycsHQ/ns-suitescript-mocks" /></a>
77
<a href="https://github.com/airbnb/javascript"><img src="https://badgen.net/badge/code%20style/airbnb-base/green" /></a>
8-
<a href="LICENSE.md"><img src="https://badgen.net/github/license/mycshq/ns-suitescript-mocks" /></a>
8+
<a href="LICENSE"><img src="https://badgen.net/github/license/mycshq/ns-suitescript-mocks" /></a>
99
<a href="http://makeapullrequest.com"><img src="https://badgen.net/badge/PRs/Welcome/green" /></a>
1010
</p>
1111
<p align="center">
@@ -42,6 +42,8 @@ global.mockups = netsuiteMocks.nsMockups;
4242

4343
3. Write your code and use these mocks
4444

45+
`Examples will come soon`
46+
4547
## Contribute 💻
4648

4749
Any contribution is more than welcome 🎉
@@ -61,14 +63,14 @@ See also the list of [contributors](https://github.com/mycshq/ns-suitescript-moc
6163

6264
## License 🔓
6365

64-
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
66+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
6567

6668
## Roadmap 🛣
6769

68-
- add tests for the repo
6970
- add examples for jest
70-
- add example for other test frameworks
71-
- switch all eslint warning to errors and fix code :white_check_mark:
7271
- cleanup mycs occurences
73-
- remove global specific mocks (like `getGELlabel`) and give possibility to import them from config (with example) :white_check_mark:
72+
- add tests for the repo
7473
- automate release process
74+
- add example for other test frameworks
75+
76+
If you want to contribute and don't know where to start, we label our issues with [`help wanted`](https://github.com/mycsHQ/ns-suitescript-mocks/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) or [`good first issue`](https://github.com/mycsHQ/ns-suitescript-mocks/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22), feel free to browse the issues and ask for more information.

0 commit comments

Comments
 (0)