Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
http://boomtownroi.github.io/boomstrap/
Pull latest
Run gulp server
Do your work
Update Boomstrap versions in package.json and bower.json
Run gulp when done working
git commit -a -m "whatever"
git tag -a v0.0.0 -m "Release v0.0.0"
git push origin master --tags
Run gulp website
Run npm publish ./ to make available on NPM
Publish release on GitHub and rename tag accordingly
Create branch from Master
Run gulp server
Do your work
Run gulp when done working
Submit pull request
While working on Boomstrap, run gulp server. Open localhost:9000 in browser. All files are being watched for changes.
gulp server
When finished, run gulp to build production ready files.
gulp
If you wish to build all production ready files, run gulp.
gulp
Publish Boomstrap's changes to GitHub Pages by running gulp website task. Boomstrap GitHub Pages
gulp website
You will need to have Node.js installed on your machine. Click the install button on the Node.js website, download the installer, and accept all default settings when installing.
Install Gulp globally.
npm install -g gulp
Install Bower globally.
npm install -g bower
Now that you have Node, Gulp and Bower installed you can install the Node modules and Bower packages required to build.
Change directory to [boomtownroot]/admin_styles/ so that all subsequent commands apply.
Install Node modules (specified in package.json).
npm install
Next, install Bower packages (specified in bower.json).
bower install
Sometimes Node and/or Bower will flake out. When this happens, it may be necessary to delete your local node_modules and bower_components folders and reinstall.
npm install
bower install
FAQs
http://boomtownroi.github.io/boomstrap/
The npm package boomstrap receives a total of 48 weekly downloads. As such, boomstrap popularity was classified as not popular.
We found that boomstrap demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.