@make-mjs/cli
TypeScript icon, indicating that this package has built-in type declarations

0.4.1 • Public • Published

@make-mjs/cli

Command-line function and executable

Usage

make-mjs [options] <directories>

Options:
  --version           Show version number                              [boolean]
  --knownMjsPackages  Names of packages that should support mjs          [array]
  --help              Show help                                        [boolean]

Example

Let's say you have the following files:

.
├── foo.js
├── bar.js
└── baz.js

Run this command:

make-mjs .

You should get this:

.
+├── foo.mjs
 ├── foo.js
+├── bar.mjs
 ├── bar.js
+├── baz.mjs
 └── baz.js

License

MIT © Hoàng Văn Khải

Package Sidebar

Install

npm i @make-mjs/cli

Weekly Downloads

0

Version

0.4.1

License

MIT

Unpacked Size

6.25 kB

Total Files

11

Last publish

Collaborators

  • khai96_