Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Cody
is a command line utility designed to help web development at the beginning
of the developer's career. Cody
takes care of the environment and let you focus on the code.
![Backlog](https://badge.waffle.io/PoliteJS/cody-cli.svg?label=in%20progress&title=In Progress)
Setting up a simple server (NIGIX, Apache) it's a difficult business, setting > up Grunt / Gulp to transpile LESS or SASS is even more difficult (especially if you don't know Javascript). Put the pieces together with tools like Webpack or Browserify it is simply impossible to the beginner.
I think those guys need a tool that allows them focus on getting an Hello World done, not getting the exercise being executed on their machine!
(*) to be done
Cody
comes as a globally available command line tool which you install with NodeJS
:
npm install -g cody-cli
Once it is installed you can easily bootstrap a new web project:
// setup a new empty folder
mkdir my-web-project
cd my-web-project
// this run the magic!
cody
You project will be available at http://localhost:8080
immediately, and every
change in your project's folder will be reflected in the server.
Cody
is able to understand less
and sass
:
foo.less -> foo.less.css
foo.scss -> foo.scss.css
All your transpiled code supports sourcemaps out of the box!
When you use CSS frameworks (or utilities packages) from NPM
or Bower
you can import those modules by name omitting the package directory:
// Sass
@import "bootstrap/scss/bootstrap"
Use the .jsx
extension to access all the es2015
and react
presets for Babel.
All your transpiled code supports sourcemaps out of the box!
.less
, .sass
and .jsx
files are transpiled automatically every time you save them. You just need to refresh your browser window.
All the files inside the folders listed below are made available to the running server without any transformation:
FAQs
Frontend web development server for modern web apps
The npm package cody-cli receives a total of 4 weekly downloads. As such, cody-cli popularity was classified as not popular.
We found that cody-cli 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.