0.1.6 • Published 6 years ago

create-lightscript-app v0.1.6

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

create-lightscript-app

This will create a minimal skeleton for a LightScript app.

It supports creating a skeleton app for the web (default) or for the server or both.

Web

  • This is the default.
  • To create a LightScript skeleton for the web, run npm init lightscript-app app-name
  • The web skeleton includes Browsersync & PostCSS. PostCSS is set up so that you can use sass, less, stylus or regular css.
  • To start development, run npm start

Node

  • To create a LightScript skeleton for the server, run npm init lightscript-app app-name --node
  • The node skeleton includes nodemon which will automatically restart the server on changes.
  • To start development, run npm start

Node And Web

  • To create a LightScript skeleton for an app for both the server the and web, run npm init lightscript-app app-name --nodeandweb
  • This skeleton inlcudes everything from both the Web and Node skeletons above.
  • To start development, run npm start

Rollup and Webpack

  • By default the skeletons will use Rollup to transpile code. If you want to use Webpack instead, use the --webpack flag. e.g. npm init lightscript-app app-name --webpack
0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago