We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d37b113 commit abc9a0eCopy full SHA for abc9a0e
README.md
@@ -29,6 +29,17 @@ This code depends on the following ES6 features and Web APIs:
29
* btoa, atob (found on global Windows or WorkerScopes)
30
* TextDecoder
31
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
43
Versions and API stability
44
==========================
45
0 commit comments