npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

textile-lang-com-website

v1.0.6

Published

Official website of the Textile markup language.

Downloads

2

Readme

h1. Textile website

!https://travis-ci.com/textile/textile-lang-com-website.svg(Build Status)!:https://travis-ci.com/textile/textile-lang-com-website

Official 2018+ website of the "Textile Markup Language":https://textile-lang.com/ project. Requires Textpattern 4.7.1 or later.

h2. Supported web browsers

  • Chrome, Edge, Firefox, Safari and Opera the last two recent stable releases.
  • Internet Explorer 11.
  • Firefox ESR latest major point release.

Older versions of the above and other browsers may work, but these are the ones we verify.

h2. Requirements

Building this repository requires:

  • "Node.js":https://nodejs.org/
  • "Grunt":https://gruntjs.com/
  • "Composer":https://getcomposer.org/

h2. Setup

h3. Installing required tools

The project uses "Grunt":https://gruntjs.com/ to run tasks and "Sass":http://sass-lang.com/ for CSS pre-processing. First make sure you have base dependencies installed: "Node.js":https://nodejs.org/ and "Grunt":https://gruntjs.com/. You can install Node using the "installer":https://nodejs.org/, Composer using the "installer":https://getcomposer.org/, and Grunt with npm:

bc. $ npm install -g grunt-cli

Consult the Grunt documentation for more instructions if necessary.

h3. Installing dependencies

After you have the base dependencies taken care of, you can install the project's dependencies. Navigate to the project's directory, and run the dependency manager:

bc. $ cd textile-lang-com-website $ npm install $ composer install

npm installs Node modules for Grunt and composer installs PHP libraries.

h2. Building

This repository hosts sources and needs to be built before it can be used. After you have installed all dependencies, you will be able to run tasks using Grunt, including building:

bc. $ grunt @task@

Where the @task@ is either @build@ or @watch@.

  • The @build@ task builds the project.
  • The @watch@ task will launch a task that watches for file changes; the project is then automatically built if a source file is modified.

h2. Plugins used

All plugins we use are installed via Composer:

  • "@etc_cache@":https://github.com/etc-plugins/etc_cache ✓ Composer

h2. License

Licensed under the "GPLv2 license":https://github.com/textile/textile-lang-com-website/blob/master/LICENSE.