
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
@dsivd/foehn
Advanced tools
Fœhn (føn) is the design system build for the website of the State of Vaud.
Take a look at the documentation.
Bootstrap 4 is used to build fœhn.
Upgrading? Please read our CHANGELOG to learn what changes to expect in the latest version, whether that's new features, bug fixes, changes, or whatever else.
You will need Git, Node.js and yarn to get this project running.
If you are an external contributor make sur to fork this project first
$ git clone [path/of/the/repo/]foehn.git
$ cd foehn
$ yarn
Build ./src
to ./dist
$ yarn build
CHANGELOG.md
is up to date. If not, update it and commit the
changes.$ yarn version
command
to create a new version of the package. (It also create the tag.)$ yarn version
Foehn is available on the npmjs registry.
The following command will build the code and publish the latest version on the registry you have set in your NPM config.
$ npm publish --tag latest
If you need to publish a specific version, use $ yarn publish --tag <tag>
to
build the code and publish a specific
tag.
FAQs
Frontend pattern library for State of Vaud
The npm package @dsivd/foehn receives a total of 56 weekly downloads. As such, @dsivd/foehn popularity was classified as not popular.
We found that @dsivd/foehn demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 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
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.