Security News
Opengrep Emerges as Open Source Alternative Amid Semgrep Licensing Controversy
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
coffeekraken-carpenter
Advanced tools
Powerful tool that provide a nice web interface to display your website styleguide and modules/plugins documentations in one place.
Powerful tool that provide a nice web interface to display your website styleguide and modules/plugins documentations in one place.
Carpenter is like a architect plan for your website
npm install coffeekraken-carpenter --save-dev
The configuration is made through the carpenter.config.js
file that you need to add at the root of your project.
Here's a simple example:
module.exports = {
title: 'My Cool Website',
styleguide: {
files: [
'dist/css/styleguide.css'
]
},
documentation: {
files: [
'node_modules/coffeekraken-s-*/**/*.md',
'README.md'
]
},
components: {
inject: [
'dist/css/style.css',
'dist/js/app.js'
],
viewsRootPath: 'app/views',
phpBootstrapPath: 'app/bootstrap.php',
saveCompiled: false
}
}
In order to launch Carpenter in your project, you just need to add this line in your package.json
scripts:
{
"scripts": {
"carpenter": "coffeekraken-carpenter"
}
}
Then launch Carpenter with
npm run carpenter
IE / Edge | Firefox | Chrome | Safari |
---|---|---|---|
IE11+ | last 2 versions | last 2 versions | last 2 versions |
As browsers are automatically updated, we will keep as reference the last two versions of each but this component can work on older ones as well.
The code is available under the MIT license.
FAQs
Powerful tool that provide a nice web interface to display your website styleguide and modules/plugins documentations in one place.
We found that coffeekraken-carpenter 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
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.