
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
renuo-cms-client
Advanced tools
[](https://travis-ci.org/renuo/renuo-cms-client) [](https://travis-ci.org/renuo/renuo-cms-client
See https://renuo.gitbooks.io/renuo-cms-doc/content/
This project works with any backend implementing the correct API. https://github.com/renuo/renuo-cms-api is a reference implementation for such a server.
Prerequisites
git clone git@github.com:renuo/renuo-cms-client.git
cd renuo-cms-client
bin/setup && bin/check
# run tests and linting
bin/check
# local development
gulp tdd
# manual testing in the browser
# also compiles everything into .tmp/renuo-cms-client.js, which will be used in local testing
# .tmp/renuo-cms-client.js should be minified for a release
gulp serve
# generates dist/renuo-cms-client.js
gulp dist
# clean all
gulp clean-all
# single test run
gulp test
# run tests in multiple browsers
MULTIPLE_BROWSERS=1 gulp test
Install a new dependency (e.g. jquery):
typings install jquery --ambient --save
Reinstall dependencies:
typings install
We use TDD:
gulp tdd
This will test the app with PhantomJS:
gulp test
To test the code in additional browsers (Chrome and Firefox):
MULTIPLE_BROWSERS=1 gulp test
bundle exec ruby release.rb
Bug reports and pull requests are welcome on GitHub at [https://github.com/renuo/renuo-cms-client]. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
For more information on the renuo-cms-client, please check out https://github.com/renuo/renuo-cms-client or contact cms@renuo.ch.
FAQs
[](https://travis-ci.org/renuo/renuo-cms-client) [](https://travis-ci.org/renuo/renuo-cms-client
We found that renuo-cms-client demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.