builds

0.0.2 • Public • Published

easy-dev

A dead-simple tool for developing and bundling static sites

IDEAS:

texel --open -> Show user message about "Simple static server" -> Show default HTML; user can copy, add file, or "use virtual"

texel . --open -> Show user message about entry file(s) "Bundle

TODO:

  • LESS, SASS, STYLUS?
  • --node option
  • shaders
  • error popups
  • node_modules babelify just texel stuff
  • node_modules babelify other libs? how to handle modular components?
  • "mode" - sketchbook / website
  • consider standalone CLI package?
  • consider bundling everything to minimize install time?
  • portfinding?

texel start index.js --> No "index.js" file exists, should I create a new file? (y/n) (adds console.log("Hello, world!");)

texel index.js --sketch texel bundle index.js --sketch

texel bundle index.js --sketchbook=./main.js

texel sketch index.js

process.env.NODE_ENV in "node" mode... inline as string or not?

Install

Use npm to install.

npm install easy-dev --save

Usage

NPM

License

MIT, see LICENSE.md for details.

Package Sidebar

Install

npm i builds

Weekly Downloads

10

Version

0.0.2

License

MIT

Unpacked Size

208 kB

Total Files

95

Last publish

Collaborators

  • mattdesl