0.0.9 • Published 8 years ago

generator-vizcomponent v0.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

generator-vizcomponent

Generator Project for viz sdk components

Installation

First, install Yeoman and generator-vizcomponent using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-vizcomponent

Then generate your new project:

yo vizcomponent

What do you get?

Scaffolds out a complete generator directory structure for your new viz sdk component:

.
├── test/
│   └── component/
│   │   └── cat.spec.ts
│   ├── karma-crs-shim.js
│   ├── karma-crs.conf.js
│   ├── karma-unit-shim.js
│   └── karma-unit.conf.js
├── dev/
│    └── index.html
├── src/
│   ├── module-example.spec.ts
│   ├── module-example.ts
│   ├── service.spec.ts
│   └── service.ts
├── .editorconfig
├── .npmrc
├── .gitignore
├── tsconfig.json
├── tslint.json
├── webpack.config.js
├── README.md
└── package.json
0.0.19

8 years ago

0.0.18

8 years ago

0.0.9

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago