1.0.13 • Published 1 year ago

phone-wallet-keys v1.0.13

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Phone Wallet Keys is a bootstrapping help for nodejs projects.

Install

npm i -g phone-wallet-keys

Usage:

1. mkdir MY_NEW_PROJECT
2. cd MY_NEW_PROJECT
3. npm init
4. phone_wallet_keys [ARGS]

allowed ARGS:

  --module / -m (Boolean): Initializes npm package with `"type": "module"` enabled
  --express / -e (Boolean): Initialize a default configured express app (--module is part of that automatically)
  --without-standard (Boolean): By default projects are enabled with StandardJS. You can skip that out completely with that option
  --without-license (Boolean): undefined
  --license-holder (String): undefined
  --help / -h (Boolean): shows help message

you can also add a .phone-wallet-keys.mjs file, exporting a config object in the a parent directory of your project, like so:

export default {
  '--license-holder': 'Starlord'
}
1.0.13

1 year ago

1.0.11

2 years ago

1.0.12

2 years ago

1.1.1

3 years ago

1.0.9

3 years ago

1.0.10

3 years ago

1.0.8

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.1.0

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago