All Projects â†’ aurelia â†’ Cli

aurelia / Cli

Licence: mit
The Aurelia 1 command line tool. Use the CLI to create projects, scaffold components, and bundle your app for release.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Cli

Resume Cli
CLI tool to easily setup a new resume 📑
Stars: ✭ 3,967 (+889.28%)
Mutual labels:  cli
Protolock
Protocol Buffer companion tool. Track your .proto files and prevent changes to messages and services which impact API compatibility.
Stars: ✭ 394 (-1.75%)
Mutual labels:  cli
Cocona
Micro-framework for .NET Core console application. Cocona makes it easy and fast to build console applications on .NET Core.
Stars: ✭ 398 (-0.75%)
Mutual labels:  cli
Cinf
Command line tool to view namespaces and cgroups, useful for low-level container prodding
Stars: ✭ 389 (-2.99%)
Mutual labels:  cli
Ticker.sh
Real-time stock tickers from the command-line.
Stars: ✭ 392 (-2.24%)
Mutual labels:  cli
Fire Hpp
Fire for C++: Create fully functional CLIs using function signatures
Stars: ✭ 395 (-1.5%)
Mutual labels:  cli
Isort
A Python utility / library to sort imports.
Stars: ✭ 4,377 (+991.52%)
Mutual labels:  cli
Cli
CLI tool for dead-simple serverless Docker deployments on managed Kubernetes services. A self-hosted PaaS. ⚡ī¸
Stars: ✭ 400 (-0.25%)
Mutual labels:  cli
Triage
Interactive command-line GitHub issue & notification triaging tool.
Stars: ✭ 394 (-1.75%)
Mutual labels:  cli
Isogram
Generate Google Analytics tracking code with any isogrammic parameters you like
Stars: ✭ 396 (-1.25%)
Mutual labels:  cli
Beats
A command-line drum machine. Convert a beat notated in YAML into a *.wav file.
Stars: ✭ 389 (-2.99%)
Mutual labels:  cli
Pipupgrade
đŸ—Ŋ Like yarn outdated/upgrade, but for pip. Upgrade all your pip packages and automate your Python Dependency Management.
Stars: ✭ 391 (-2.49%)
Mutual labels:  cli
Cpx
A cli tool to watch and copy file globs.
Stars: ✭ 394 (-1.75%)
Mutual labels:  cli
Swaggen
OpenAPI/Swagger 3.0 Parser and Swift code generator
Stars: ✭ 385 (-3.99%)
Mutual labels:  cli
Go Prompt
Building powerful interactive prompts in Go, inspired by python-prompt-toolkit.
Stars: ✭ 4,255 (+961.1%)
Mutual labels:  cli
Flow Typed
A central repository for Flow library definitions
Stars: ✭ 3,772 (+840.65%)
Mutual labels:  cli
Mri
Quickly scan for CLI flags and arguments
Stars: ✭ 394 (-1.75%)
Mutual labels:  cli
Zlsgo
įŽ€å•æ˜“į”¨ã€čļŗ够čŊģ量、性čƒŊåĨŊįš„ Golang åē“ - Easy to use, light enough, good performance Golang library
Stars: ✭ 398 (-0.75%)
Mutual labels:  cli
Args
Toolkit for building command line interfaces
Stars: ✭ 399 (-0.5%)
Mutual labels:  cli
Bpfd
Framework for running BPF programs with rules on Linux as a daemon. Container aware.
Stars: ✭ 396 (-1.25%)
Mutual labels:  cli

Aurelia CLI

CI npm Version Join the chat at https://gitter.im/aurelia/discuss Twitter

This library is part of the Aurelia platform and contains its CLI implementation. To keep up to date on Aurelia, please visit and subscribe to the official blog and our email list. We also invite you to follow us on twitter. If you have questions look around our Discourse forums, chat in our community on Gitter or use stack overflow. Documentation can be found in our developer hub.

Documentation

You can read documentation on the cli here. If you would like to help improve this documentation, visit aurelia/documentation.

Contributing

Please see the contributing guidelines.

Providing new feature to app skeleton

App skeleton is no longer in this repo, it has been moved to a dedicated repo aurelia/v1. Any contribution to app skeleton should go into aurelia/v1.

The au new command now simplify wraps npx makes aurelia/v1. Users can directly use that makes command to create new project.

Building

  1. Clone the aurelia-cli: git clone https://github.com/aurelia/cli.git
  2. Go into the cli directory: cd cli
  3. Run npm install
  4. Run build npm run build
  5. Link the cli with: npm link
  6. Create a new project with au new or use an existing project. The linked CLI will be used to create the project.
  7. In the project directory, run npm link aurelia-cli. The linked CLI will then be used for au commands such as au run

Running the Tests

Run npm test to run the unit tests.

Release new aurelia-cli version

Please see the release instructions.

License

MIT.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].