Plugin-package for csspin providing frontend related plugins
Project description
csspin-frontend is maintained and published by CONTACT Software GmbH and serves plugins for frontend development of CONTACT Elements-based applications using the csspin task runner.
The following plugins are available:
csspin_frontend.cypress: Provides tasks for running Cypress tests.
csspin_frontend.jest: Provides tasks for running Jest tests.
csspin_frontend.jsconfig: Provides tasks for managing JavaScript configurations.
csspin_frontend.node: Provides tasks for provisioning and managing Node.js and npm.
Prerequisites
csspin is available on PyPI and can be installed using pip, pipx or any other Python package manager, e.g.:
python -m pip install csspin
Using csspin-frontend
The csspin-frontend package and its plugins can be installed by defining those within the spinfile.yaml configuration file of your project.
spin:
project_name: my_project
# To develop plugins comfortably, install the packages editable as
# follows and add the relevant plugins to the list 'plugins' below
plugin_packages:
- csspin-frontend
# The list of plugins to be used for this project.
plugins:
- csspin_frontend.node
python: # Required since csspin_frontend.node depends on csspin_python.python
version: 3.9.8
node:
version: 18.17.1
If the spinfile.yaml is configured correctly, you can provision the project using spin provision, that will automatically create a Python virtual environment, install NodeJS and install the required dependencies.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file csspin_frontend-2.0.1-py3-none-any.whl.
File metadata
- Download URL: csspin_frontend-2.0.1-py3-none-any.whl
- Upload date:
- Size: 15.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
788e79de74dde4f0f2183db1186c0a1494ec3823ac5503a8a8e8ea2222a36c3e
|
|
| MD5 |
533e9702415ed1a45a174bb1f6bcceb1
|
|
| BLAKE2b-256 |
d5ec294e4abb38b70f36ed5b73b0989c69ce9ea6a6cc64e43522d3c60abb6299
|