Seed project using AngularJS 1.x, Babel and SystemJS, with preconfigured text and css plugins. Preconfigured unit tests with Karma / Jasmine and coverage report. Include SASS support, AngularJS annotations, and bundling using JSPM.
git clone https://github.com/davinkevin/angularjs-jspm-seed.git
npm start
npm run build
generates prod ready source files in ./distnpm run release --type "major|minor|patch"
bumps version in package.json, updates CHANGELOG.md, git tag and pushnpm run sass
transpiles sass source files to cssnpm run serve
starts browser-sync and serves dev filesnpm run serve-prod
serves files in ./dist foldernpm run test-tdd
starts karma and watch for changes to play testsnpm run test
installs dependencies and executes unit tests