1.3.1 • Published 4 years ago

@colbyr/dot-js v1.3.1

Weekly downloads
8
License
MIT
Repository
-
Last release
4 years ago

jskit

Sundry configurations for JS projects.

Getting Started

Installing dot-js

dot-js is available as @colbyr/dot-js on npm.

Install it with yarn...

yarn add --dev @colbyr/dot-js

Or npm...

npm install --save-dev @colbyr/dot-js

Automatically add configs and dependencies

Once installed, dot-js can automatically install and configure useful tools like eslint, prettier, and typescript.

./node_modules/@colbyr/dot-js/install

NOTE: This command changes files in your project, so be sure to commit or stash your changes first.

Put command docs in the README

Be sure to document the avaiable commands in your README!

Contributing

Commands

Scripts available through npm run {command} or yarn {command}.

CommandDescription
format [opts...]Passthrough to the prettier cli.
format:allFormats the entire project with prettier.
lint [opts...]Passthrough to the eslint cli.
lint:allLint the entire project.
pingReturns "pong". Useful for testing if scripty is setup correctly.
test [opts...]Run all the project tests.
test:branchRun tests affected by changes in the current branch.
test:ciRun tests affected in CI mode.
test:watchContinuously run tests for changed files.
types [opts...]Passthrough to the typescript compiler cli.
types:allType check the entire project.
verifyRun all static checks (e.g. linters, and type checks).
1.3.1

4 years ago

1.2.0

4 years ago

1.3.0

4 years ago

1.1.0

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