@rugo-vn/live

1.0.0-beta.0 • Public • Published

Rugo Live

Live bundle for Rugo.

Usage

const live = goLive({
  root: '/your project root',
  src: './source/directory', // related with root, default is ./src
  public: './public/directory', // related with root, default is ./public
  dst: './dist/directory', // directory to put result, default is ./dist
  static: 'statics', // static directory name, default is 'statics' at ./dist/statics
  view: 'views', // view directory name, default is 'views' at ./dist/views
});

await live.build();

/* or */

live.watch();

Project

|- src/
|- public/
|- .gitignore
|- postcss.config.js
|- tailwind.config.js
|- package.json

It will scan /src and /public to build.

License

MIT.

/@rugo-vn/live/

    Package Sidebar

    Install

    npm i @rugo-vn/live

    Weekly Downloads

    1

    Version

    1.0.0-beta.0

    License

    ISC

    Unpacked Size

    10.2 kB

    Total Files

    16

    Last publish

    Collaborators

    • haova