New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

codices

Package Overview
Dependencies
Maintainers
0
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codices

Códices, Sass Framework.

  • 0.2.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-75%
Maintainers
0
Weekly downloads
 
Created
Source

Códices

What is Códices?

Codices is an open-source framework developed with the CSS engine Sass. Its flexibility allows you to develop everything from a UI to a library or design system quickly and cleanly. You can customize the source code freely and intuitively.

How does it work?

Codices has a folder structure that contains the framework's elements separately.

Install Códices

With npm

npm create codices

Whith npx

npx codices

Usage

Copy the following script into package.json as shown below:

...

"scripts": {
    ...
    "codices": "node node_modules/codices/dist/index.js"
};

...

Then run the following command in the terminal:

npm run codices

This will update the necessary scripts for using Codices in the package.json file:

...

"scripts": {
    ...
    "codices": "node node_modules/codices/dist/index.js",
    "sass": "sass --watch codices/scss:codices/styles"

};

...

Additionally, it will create a copy of the source code in Sass, allowing you to start working with it

Keywords

FAQs

Package last updated on 13 Dec 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc