0.3.18 • Published 7 years ago

crank-ui v0.3.18

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

Angular-cli Library builder

As the cli currently does not support the ability to build to lib

A quick search around the community gave us a yeoman generator which did not include the cli :(

So here is a combination of the two.

angular-cli

all functionality is vanilla cli, follow standard cli usage

https://github.com/angular/angular-cli

Jurgen Van de Moere's Yeoman generator

https://github.com/jvandemo/generator-angular2-library

The main files required from jvandemo's repo were:

gulpfile.js

src/app/lib/tsconfig.es5.json

Build to Lib

npm run build

npm publish library

Notes:

You do not have permission to publish 'package_name'. Are you logged in as the correct user? : package_name

If you're new to building npm packages, please note that you'll need to change the name field of your package.json to something unique on npm or you will get the above error

// src/app/lib/package.json
  "name": "sample-module"

remember to update sample-module to a name of your choice

0.3.18

7 years ago

0.3.17

7 years ago

0.3.16

7 years ago

0.3.15

7 years ago

0.3.14

7 years ago

0.3.13

7 years ago

0.3.12

7 years ago

0.3.11

7 years ago

0.3.10

7 years ago

0.3.9

7 years ago

0.3.8

7 years ago

0.3.7

7 years ago

0.3.6

7 years ago

0.3.5

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.8

7 years ago

0.2.7

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago