This package has been deprecated

Author message:

pre-release module deprecation

@platform/cell.compiler
TypeScript icon, indicating that this package has built-in type declarations

0.4.4 • Public • Published

Module License: MIT NPM banner

Code compilation and bundling.

 

Setup

yarn add @platform/cell.compiler

 

Command Line

To use the compiler from commands within package.json include the following scripts:

"scripts": {
  "build": "tsc $@",
  "dev": "cell.compiler dev $@",
  "bundle": "cell.compiler bundle $@",
  "watch": "cell.compiler watch $@",
  "info": "cell.compiler info $@",
  "clean": "cell.compiler clean $@",
  "serve": "cell.compiler serve $@",
},

 

 

Readme

Keywords

none

Package Sidebar

Install

npm i @platform/cell.compiler

Weekly Downloads

1

Version

0.4.4

License

MIT

Unpacked Size

393 kB

Total Files

250

Last publish

Collaborators

  • philcockfield