node-saku icon indicating copy to clipboard operation
node-saku copied to clipboard

embed saku.md in README.md

Open kt3k opened this issue 6 years ago • 1 comments

# Usage
...

# Tasks

The followings are tasks for development. You can invoke them with `saku` command, such as `saku build`

## build
> Builds the bundles

    npx webpack

## serve

> Serves the development resources

    npx webpack-dev-server

# License
...

kt3k avatar Mar 10 '18 02:03 kt3k

  • The first heading which has the word tasks or task starts the definition of saku's tasks.
  • If the heading above has level-n then the next level-(n+1) headings are definitions of tasks.
  • If the task(s) heading has level-n then the next level-n heading ends the task definition.

kt3k avatar Mar 21 '18 09:03 kt3k