🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

figjs

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

figjs

experimental front-end js framework

0.2.0
latest
Source
npm
Version published
Weekly downloads
5
150%
Maintainers
1
Weekly downloads
 
Created
Source

Experimental, component-based JavaScript UI framework.

introduction

Fig is a simple and experimental user interface framework attempting to bring pug templates into the world of dynamically rendered client-side content. Not yet ready for production or anything serious, just exploring what's possible with today's javascript ecosystem. Please refer to the project's main website for a guide and api reference - fig.nikerino.com :sparkles:

builds

BuildSizeGzipped
fig.js~31kB~9kg
fig.min.js~14kB~5kb

updates

Any updates to the installed version of the framework should be done with care, fig is at the stage where every semver minor update can break your app in unexpected and weird ways. Remember to checkout the changelog before upgrading to newer versions!

contributing

Fork & clone the repo:

$ git clone https://github.com/<username>/fig`
$ cd fig/

Get the dependencies, you know the drill. Note that this project installs a TON of packages (695 at the time of writing) if you're having troubles downloading them with npm, consider upgrading to yarn!

$ npm install
# OR
$ yarn

Start the watch scripts:

$ npm run build:watch
$ npm run test:watch

Hack away! :rocket:

Before sending any PRs, remember to run the following lint script, thank you :heart:

$ npm run lint

license

MIT

  • figify - fig.js browserify transform
  • fig-compiler - fig.js component compiler
  • fig-web - fig.js website

Keywords

front-end

FAQs

Package last updated on 16 Aug 2017

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