You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can view a code coverage report generated in coverage/lcov-report/index.html.
111
119
112
120
## Building faker.js
113
121
114
-
faker uses [gulp](http://gulpjs.com/) to automate it's build process. Each build operation is a separate task which can be run independently.
122
+
faker uses [gulp](http://gulpjs.com/) to automate its build process. Each build operation is a separate task which can be run independently.
115
123
116
124
### Browser Bundle
117
125
118
-
```
126
+
```shell
119
127
npm run browser
120
128
```
121
129
122
130
### Building JSDocs
123
131
124
132
[JSDOC](https://jsdoc.app/) v3 HTML API documentation
125
133
126
-
```
134
+
```shell
127
135
npm run jsdoc
128
136
```
129
137
130
138
### Building ReadMe
131
139
132
-
The `ReadMe.md` file for `faker.js` is automatically generated and should not be modified directly. All updateds to `ReadMe.md` should be perfomed in `./build/src/docs.md` and then the build script should be run.
140
+
The `ReadMe.md` file for `faker.js` is automatically generated and should not be modified directly. All updates to `ReadMe.md` should be performed in `./build/src/docs.md` and then the build script should be run.
133
141
134
-
```
142
+
```shell
135
143
npm run readme
136
144
```
137
145
138
146
## Version Release Schedule
139
147
140
148
faker.js is a popular project used by many organizations and individuals in production settings. Major and Minor version releases are generally on a monthly schedule. Bugs fixes are addressed by severity and fixed as soon as possible.
141
149
142
-
If you require the absolute latest version of `faker.js` the `master` branch @ http://github.com/marak/faker.js/ should always be up to date and working.
150
+
If you require the absolute latest version of `faker.js` the `master` branch @ <http://github.com/marak/faker.js/> should always be up to date and working.
0 commit comments