0.2.2 • Published 9 months ago

codices v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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

0.2.2

9 months ago

0.2.1

9 months ago

0.2.0

9 months ago

0.1.16

9 months ago

0.1.15

10 months ago

0.1.14

10 months ago

0.1.13

10 months ago

0.1.12

10 months ago

0.1.11

10 months ago

0.1.10

10 months ago

0.1.9

10 months ago

0.1.8

10 months ago

0.1.7

10 months ago

0.1.6

10 months ago

0.1.5

10 months ago

0.1.4

10 months ago

0.1.3

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago

0.0.1

11 months ago