Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3eaae61

Browse files
authored
Added information about project template
1 parent ef656cb commit 3eaae61

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@
88

99
</p>
1010

11+
---
12+
1113
## Setup :gear:
1214

15+
### To integrate into your own project:
16+
1317
- Navigate inside your project
1418
- Install [Babel-ESLint](https://www.npmjs.com/package/@babel/eslint-parser)*: <br>
1519
$ `npm install @babel/eslint-parser @babel/core eslint --save-dev`
@@ -19,6 +23,16 @@
1923

2024
<sub>*) The rationale for using Babel-ESLint is that it supports the newest Stage-3 ECMAScript features.</sub>
2125

26+
### Or use the [NullDev Project Template](https://github.com/NullDevCo/JavaScript-Styleguide/tree/master/nulldev-template) ...
27+
28+
... with already preset config files and project structure
29+
30+
[DOWNLOAD](https://downgit.github.io/#/home?url=https://github.com/NullDevCo/JavaScript-Styleguide/tree/master/nulldev-template)
31+
32+
$ `npm i` - and you're ready to go!
33+
34+
---
35+
2236
## Table of Contents :bookmark_tabs:
2337

2438
1. :clipboard: [Types](#types)

0 commit comments

Comments
 (0)