0.1.21 • Published 6 years ago

create-glass-app v0.1.21

Weekly downloads
9
License
UNLICENSED
Repository
-
Last release
6 years ago

create-glass-app

CLI for bootstrapping Informatica's Glass Framework. Glass framework is based on create-react-app

Features

  • Easy-to-use CLI
  • Handles all modern JS features
  • Bundles cjs and es module formats
  • create-react-app for example usage and local dev
  • Rollup for bundling
  • Babel for transpiling
  • Jest for testing
  • Supports peer-dependencies
  • Supports CSS modules
  • Sourcemap creation

Install

This package requires node >= 8, but we recommend node >= 10.

npm install -g create-glass-app

Creating a New Module

create-glass-app

Answer some basic prompts about your module, and then the CLI will perform the following steps:

  • copy over the template
  • install dependencies via yarn or npm
  • link packages together for local development

Development

After you initialize a project with create-glass-app, move to src/ folder for developement

npm start

Publishing to NPM

npm publish
0.1.21

6 years ago

0.1.20

6 years ago

0.1.19

6 years ago

0.1.18

6 years ago

0.1.17

6 years ago

0.1.16

6 years ago

0.1.15

6 years ago

0.1.14

6 years ago

0.1.13

6 years ago

0.1.12

6 years ago

0.1.11

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago