generator-cat-treats

1.4.3 • Public • Published

generator-cat-treats

cat-treats is a generator for yeoman, that's designed from the ground up to be incrementally adoptable, it'll be even easier to save you coding time, cuz sometime, u dont wanna ur cat mess up with.

scripts

This is what you will see in the package.json of a project using the default preset:

{
  "scripts": {
    "serve": "npx webpack-dev-server --mode=development --config ./scripts/webpack.dev.js",
    "build": "npx webpack --mode=production --config ./scripts/webpack.prod.js",
    "build-server": "npx http-server ./dist",
    "dll": "npx webpack --config ./scripts/webpack.dll.config.js",
    "webp-convert": "node ./scripts/convertWebp.js",
    "commit": "npx git-cz"
  }
}

You can invoke these scripts using npm:

$ npm run serve
$ npm run build
$ npm run build-server
$ npm run dll
$ npm run wep-convert

License

MIT

Package Sidebar

Install

npm i generator-cat-treats

Weekly Downloads

1

Version

1.4.3

License

MIT

Unpacked Size

129 kB

Total Files

31

Last publish

Collaborators

  • buff2017