0.8.1 • Published 4 years ago

dev-command v0.8.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

dev-command

A modern, flexible command tool for JavaScript developers.

Version CircleCI License

Install

npm i -g dev-command
# or
yarn global add dev-command

Usage

init

The init command will generate flexible config files or scripts and install all npm dependencies silently.

It's so simple to add good linter for your exists project.

dev init

? Boilerplate type (Use arrow keys)
❯ ESLint
  prettier
  commitlint
  babel
  editorconfig
  license
  gitignore

open

Open git repo or package.json repo URL with default browser in current working directory.

dev open

git

dev git log

Turn ugly git log into pretty graph.

css-to-js

Convert src/**/*.css file to src/**/*.css.js

src(Directory) is optional, using cwd if not exist

dev css-to-js src
0.8.1

4 years ago

0.8.0

4 years ago

0.7.4

5 years ago

0.7.3

5 years ago

0.7.2

5 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.6.0

5 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.2

5 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago