mrm-task-package

Mrm task that adds package.json file

Usage no npm install needed!

<script type="module">
  import mrmTaskPackage from 'https://cdn.skypack.dev/mrm-task-package';
</script>

README

mrm-task-package

Mrm task that adds package.json.

What it does

  • Creates package.json

Usage

npx mrm package

Options

See Mrm docs for more details.

github (default: extracted from .git/config file)

Your GitHub user name.

name (default: will try to read from your npm or Git config)

Your name.

url (default: will try to read from your npm or Git config)

Your site URL.

minNode (default: 10)

Minimum required Node.js version.

license (default: MIT)

License.

Changelog

The changelog can be found in CHANGELOG.md.

Contributing

Everyone is welcome to contribute. Please take a moment to review the contributing guidelines.

Authors and license

Artem Sapegin and contributors.

MIT License, see the included License.md file.