Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 566 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 566 Bytes

up-d4te

This readme is automatically generated by create-ink-app
You can see project repository here

Install

$ npm install --global up-d4te

CLI

$ up-d4te --help

  Usage
    $ up-d4te

  Options
    --name  Your name

  Examples
    $ up-d4te --name=Jane
    Hello, Jane

For Developer

for install packages and make watcher for build program

$ npm i
$ npm run dev

and run in another terminal

$ npm start