ConciseCSS / concise-generator

[Deprecated] A Node.js generator for Concise projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Concise.css logo

ConciseCSS - Generator (Deprecated)

The best way for you start your project!

⚠️   Notice: This project is not actively maintained. Reach out to @keenanpayne or @jaiheravi if you would like to chat about it ✌🏻

Experimental version

This is an experimental version of Concise generator.

Usage

Make sure you have Node.js and NPM.

Clone the repo

git clone git@github.com:ConciseCSS/concise-generator.git concise-generator
cd concise-generator
[sudo] npm link

Now you can use this normaly.

concise [folder]

The following structure gets generated:

myproject
 |
 |-js
 | |-concise.min.js
 |-css
 | |-concise.min.css
 |-image
 |-index.html
 |

Options

    -h, --help     output usage information
    -V, --version  output the version number
    -p, --prod     use production version

Any issue or pull request follow the Concise contributing guide.

License

MIT

About

[Deprecated] A Node.js generator for Concise projects.

License:MIT License


Languages

Language:JavaScript 82.0%Language:HTML 18.0%