0.1.1 • Published 5 years ago

@skatejs/cli v0.1.1

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

SkateJS CLI

Hit the ground skating!

Installing

npm install @skatejs/cli

Using

You can run the CLI simply by running skatejs.

$ skatejs

? What are you building? app
? What renderer do you want to use? preact

Generating package.json...
Writing files...
NPM installing...

Done!

Tests

You get a working Jest setup out of the box! Just run npm test or jest.

Bundling

App bundles are built with parcel-bundler.

  • To dev, run npm start.
  • To bundle, run npm build.