@sr2k/cli
v0.1.0
Published
The CLI for init projects of my own use
Downloads
8
Readme
SR2k CLI
One simple command, many files generated.
Install
yarn global add @sr2k/clior use NPM:
npm i -g @sr2k/cliUsage
Firstly, init a NPM project:
npm initThen fire the sr2k command at project root:
sr2kNow, your .editorconfig, .npmrc and linters shall be ready.
