https://github.com/nickcolley/create-mjs
npm init mjs
https://github.com/nickcolley/create-mjs
Last synced: 12 months ago
JSON representation
npm init mjs
- Host: GitHub
- URL: https://github.com/nickcolley/create-mjs
- Owner: NickColley
- Created: 2022-11-06T02:09:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-06T02:16:02.000Z (over 3 years ago)
- Last Synced: 2025-06-28T14:02:45.811Z (12 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# create-mjs
Initialise a package.json file with modules ready to go.
```bash
npm init mjs -y
```