1.1.9 • Published 6 months ago

js-comments-eraser v1.1.9

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

Türkçe

Projenize dahil etmek için aşağıdaki gibi yapın.

$ npm i js-comments-eraser

Komut satırından kullanabilmek için yorumyok.js gibi bir dosya açın ve içine aşağıdakini yapıştırın.

require('js-comments-eraser').dirname(__dirname)

Daha sonra aşağıdaki gibi komut satırından kullanın.

$ node yorumyok yorumlu.js yorumsuz.js      # 1.0.1
$ node yorumyok <kaynakDir>                 # >= 1.1.3

js-comments-eraser için önerileriniz dikkate alınacaktır.

English

To include it in your project, do the following.

$ npm i js-comments-eraser

To use it from the command line, open a file like nocomments.js and paste the following into it.

require('js-comments-eraser').dirname(__dirname)

Then use it from the command line as follows.

$ node nocomments withcomments.js withoutcomments.js    # 1.0.1
$ node nocomments <sourceDir>                           # >= 1.1.3

Your suggestions for js-comments-eraser will be taken into consideration.

1.1.9

6 months ago

1.1.7

6 months ago

1.1.6

6 months ago

1.1.5

6 months ago

1.1.4

6 months ago

1.1.3

6 months ago

1.1.2

7 months ago

1.1.1

7 months ago

1.1.0

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago