ng2-super-table

v0.1.1
A table component for angular2 projects
angular2

prestart

typings install

start

concurrently "webpack-dev-server" "npm run test:watch" "open http://localhost:8000"

build:demo

webpack -p

build:dist

webpack --config webpack.config.dist.js

pretest

typings install

test

karma start

test:watch

karma start --watch

clean

del ./src/*.d.ts ./demo/*.d.ts ./test/*.d.ts ng2-super-table.d.ts ng2-super-table.js*

commit

git-cz

changelog

conventional-changelog -p angular -i CHANGELOG.md -s

typedoc

typedoc --options typedoc.json ng2-super-table.ts src/*.ts

gh-pages

git checkout gh-pages && git merge master && npm run build:demo && npm run typedoc && git add . && git commit -m 'chore: build demo and docs' && git push && git checkout master

prerelease

npm test

release

standard-version --first-release && git push --follow-tags origin master && npm run build:dist && npm publish

postrelease

npm run clean && npm run gh-pages
npm i ng2-super-table

Metadata

  • MIT
  • Whatever
  • Andy Perlitch
  • released 8/11/2016

Downloads

Maintainers