An open API service indexing awesome lists of open source software.

https://github.com/wonism/init-npm


https://github.com/wonism/init-npm

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# init-npm

> CLI for initializing NPM project on Github.

[![npm version](https://badge.fury.io/js/init-npm.svg)](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