archcss 0.0.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,22 +1,30 @@
1
1
  {
2
2
  "name": "archcss",
3
- "version": "0.0.0",
4
- "description": "archCSS! The css architect of your modern UI",
3
+ "version": "2.0.0",
4
+ "description": "The Architect CSS, is utility-first CSS framework that allows you to quickly create and design your websites and applications with flexible, easy-to-use classes without writing any custom CSS.",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
- "test": "echo \"archCSS 1.0.0, comming soon.\" && exit 1"
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
8
  },
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "git+https://github.com/bebagodfried/archcss.git"
11
+ "url": "git+https://github.com/archcss-dev/archcss.git"
12
12
  },
13
13
  "keywords": [
14
- "archcss", "opensource", "css", "css3", "javascript", "scss", "sass", "typescript", "framework", "css-framework", "sass-framework", "scss-framework", "npm", "npm-package", "style", "styles", "stylesheets", "styles-css"
14
+ "javascript",
15
+ "opensource",
16
+ "framework",
17
+ "ui",
18
+ "ux",
19
+ "css-framework",
20
+ "architect",
21
+ "architect-ui",
22
+ "archcss"
15
23
  ],
16
24
  "author": "Beba Godfried",
17
25
  "license": "MIT",
18
26
  "bugs": {
19
27
  "url": "https://github.com/bebagodfried/archcss/issues"
20
28
  },
21
- "homepage": "https://github.com/bebagodfried/archcss#readme"
29
+ "homepage": "https://github.com/archcss-dev/archcss#readme"
22
30
  }
package/readme.md CHANGED
@@ -1,2 +1,51 @@
1
- # archcss
2
- archCSS! The css architect of your modern UI
1
+ <p align="center">
2
+ <a href="https://archcss.com/">
3
+ <img src="https://get.archcss.com/brand/archcss-logo-banner-t.png" alt="Architect CSS logo" width="" height="">
4
+ </a>
5
+ </p>
6
+
7
+ <h3 align="center">Architect CSS</h3>
8
+
9
+ <p align="center">
10
+ Craft dynamic, feature-rich frontend experiences with a versatile designs. Leverage a utility-first CSS framework for flexible design directly in your HTML
11
+ <br>
12
+ <a href="https://archcss.com"><strong>Explore Architect CSS docs »</strong></a>
13
+ <br>
14
+ <br>
15
+ <a href="https://github.com/archcss-dev/archcss/issues/new?assignees=-&labels=bug&template=bug_report.yml">Report bug</a>
16
+ ·
17
+ <a href="https://github.com/archcss-dev/archcss/issues/new?assignees=&labels=feature&template=feature_request.yml">Request feature</a>
18
+ </p>
19
+
20
+ ## Quick start
21
+
22
+ Available options:
23
+
24
+ - [Download the latest release](https://github.com/archcss-dev/archcss/archive/v2.0.0.zip)
25
+ - Clone the repo: `git clone https://github.com/archcss-dev/archcss.git`
26
+ - Install with [npm](https://www.npmjs.com/): `npm install archcss@v2.0.0`
27
+ - Import from [jsdelivr](https://jsdelivr.com/): `https://cdn.jsdelivr.net/npm/archcss`
28
+
29
+
30
+ [Previous releases](https://github.com/archcss-dev/archcss/releases) are also available for download.
31
+
32
+
33
+ ## Community
34
+
35
+ Get updates on Architect CSS's development and chat with the project maintainers and community members.
36
+
37
+ - Ask questions and explore [our GitHub Discussions](https://github.com/archcss-dev/archcss/discussions).
38
+ - Developers should use the keyword `archcss` on packages which modify or add to the functionality of Architect CSS when distributing through [npm](https://www.npmjs.com/browse/keyword/archcss) or similar delivery mechanisms for maximum discoverability.
39
+
40
+
41
+ ## Creator(s)
42
+
43
+ **Beba Godfried A.**
44
+
45
+ - <https://github.com/bebagodfried>
46
+
47
+ ## Copyright and license
48
+
49
+ Code released under the [MIT License](https://github.com/archcss-dev/archcss/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).
50
+
51
+