
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
es6-jspm-gulp-boilerplate
Advanced tools
A boilerplate for developing ES6+ apps using JSPM & Gulp.
JSPM is an all-in-one command line tool for package management, module loading and transpilation. Read more about it here and here.
https://github.com/alexweber/es6-jspm-gulp-boilerplate.git
or install via npm: npm install es6-jspm-gulp-boilerplate
npm install
in the root directory (will automatically run jspm install
)gulp
or npm start
to start the local dev server (you may need to install Gulp locally using npm install -g gulp
)Run karma start
or npm test
to run tests once.
Run npm run test:watch
to run tests continuously.
Run npm run docs
to generate documentation for your JavaScript and SASS automatically in the docs
folder.
Run gulp build
or npm run build
to build the app for distribution in the dist
folder.
In the event of issues running npm install
after updating to the latest version of the boilerplate, I recommend you rm -rf node_modules
, re-run npm install
and go grab some coffee while it runs :)
If you like this/find it useful/find a bug please open an issue and, better yet, submit a Pull Request! ☺ Any and all help appreciated, thanks!
No rights reserved. Made with ♥ by Alex Weber
FAQs
Boilerplate for ES6+ apps using JSPM + Babel
The npm package es6-jspm-gulp-boilerplate receives a total of 1 weekly downloads. As such, es6-jspm-gulp-boilerplate popularity was classified as not popular.
We found that es6-jspm-gulp-boilerplate demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.