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

koaton-cli

v2.1.4

Published

Koaton is a CLI tool that provides a nice starting point for full stack JavaScript Web development with Koa, Ember, and Node.js along with CaminateJS and WebSockets.

Downloads

5

Readme

Koaton FOSSA Status

Build StatusDependency StatusPRs Welcome

Code Climate Test Coverage Issue Count

semantic-releaseCommitizen friendlyjs-happiness-style

Koaton is a CLI tool that allow you to easily create and manage your Koaton projects.

The Latest Version

Greenkeeper badge NPM Version

Documentation

koaton --help

Or

Commands List

Documentation will be avaliable at: http://www.koaton.io/cli/

Installation

Will be:

npm i koaton-cli -g

Other programs you may need:

npm i forever -g
npm i bower -g
npm i ember-cli -g

Usage

koaton new myfirstapp
cd myfirstapp
koaton ember restapp -n -m /panel
koaton model user "active:number name email password note:text created:date" -e restapp -r

koaton serve -b

Do it with style

CSS, LESS and SASS/SCSS

Every Framework should include an efficient way of working with css, well, i'm working to make it as easy as posible at the moment, so, koaton has a way to work with css pre-processors.

koaton build

This commands reads the file /config/bundle.js and outputs the content in /public/css/

The bundle.js files is a exports a json object which contains an array of files:

    "dest_file":[ARRAY_OF_SOURCES]

** dest_file ** can be defined as a javascript or css file. ** ARRAY_OF_SOURCES ** can contain a glob patter if we're defined a javascript file or any css/less/sass/scss files if we're defining a css file.

Develop easily

All the files are automatically watched and rebuild if we're running in the development environment. Any file which if defined in the bundle file would be watched as well as any file which is required in the files defined in the bundle.js.

Koaton uses livereload, so, after a source file is changed, Koaton would rebuild the dest_file and will notify the browser to reload the file.

Fast Fast Fast

Debugin a UI can be hard if we don't have the right tools, that's why Koaton makes SourceMaps of all the bundle files (javascript or css).

SourceMaps will be always be built in development environment, but not in production environment (like it should be).

Rigth now I don't know hot to concat the SourceMaps for css files so instead of building one single file a file for every element in ARRAY_OF_SOURCES would e built ONLY IN DEVELOPMENT ENVIROMENT and for LESS/SASS/SCSS/CSS files, javascript its fine.

Contributors

  1. Gerardo Pérez Pérez [email protected]

Licensing

Read LICENCE.md

FOSSA Status