
Product
Introducing Pull Request Stories to Help Security Teams Track Supply Chain Risks
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Enduro is minimalistic, lean & mean, node.js cms. See more at enduro.js website
Other repositories: Enduro • samples • Enduro admin • endurojs.com site
Complete, structured documentation is available here http://www.endurojs.com/docs
If you'd like to transpile your static js assets (under assets/js/
) you can do so. Simply, set a babel
object in your config file. This uses the same babel config specified here: https://babeljs.io/docs/usage/api/#options
{
"babel": {
"presets": ["es2015"]
}
}
Remember also to add whatever preset you'd like to use using npm:
npm install --save-dev babel-preset-es2015
Instead of using SASS, you can use the LESS pre-processor instead. To do this, set a less
object in your config file. This consists of a paths
array which is the same as one defined here: http://lesscss.org/#using-less
{
"less": {
"paths": []
}
}
Once that is set, simply add a .less
file in your assets/css
folder.
For STYLUS (http://stylus-lang.com/) support simple set stylus
to true in your config file:
{
"stylus": true
}
now all .styl
files in your assets/css
folder are used to generate the css.
npm install enduro -g
in your terminal. This will install enduro.enduro create myproject
. This will create new folder /myproject with the enduro projectcd myproject
.enduro
. Browser window should open with the website running.localhost:5000
. Add admin user by running enduro admin add username password
.I welcome you to develop enduro.js. Follow these guides to get you started quickly:
npm link
npm test
npm link ../enduro_admin
or wherever you cloned the enduro_admin toenduro -nr -noadmin
enduro
on your projectFAQs
Minimalistic, lean & mean static page generator / cms
We found that enduro 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.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.