Skip to content

Commit abc9a0e

Browse files
committed
Add the developing documents.
1 parent d37b113 commit abc9a0e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,17 @@ This code depends on the following ES6 features and Web APIs:
2929
* btoa, atob (found on global Windows or WorkerScopes)
3030
* TextDecoder
3131

32+
Developments
33+
============
34+
```
35+
gulp test #Running all the tests
36+
npm run mocha -- test\test_header.js #Used for running specific test case
37+
38+
gulp bundle # Creating the dist\jsmime.js that could be able used in browser
39+
gulp coverage # Viewing the running result
40+
gulp watch # Watch the file changes & generating the dist\jsmime.js automatically
41+
```
42+
3243
Versions and API stability
3344
==========================
3445

0 commit comments

Comments
 (0)