https://github.com/wonism/init-npm
https://github.com/wonism/init-npm
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wonism/init-npm
- Owner: wonism
- License: mit
- Created: 2020-02-08T14:36:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T06:45:30.000Z (over 3 years ago)
- Last Synced: 2025-07-01T16:09:20.468Z (11 months ago)
- Language: JavaScript
- Size: 420 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# init-npm
> CLI for initializing NPM project on Github.
[](https://badge.fury.io/js/init-npm)
## Prerequisites (Recommend)
Recommend to set config options for the init command.
```sh
$ npm set init.author.email "example-user@example.com"
$ npm set init.author.name "example_user"
$ npm set init.license "MIT"
```
## How to use
```sh
$ npx init-npm
# or install init-npm globally then run init-npm
```
After `init-npm` you just need to add remote repo, and push the commit.
(You can see the current status with `git status`)
## License
**[MIT](LICENSE)** Licensed