Coder Social home page Coder Social logo

etimo-cli's People

Contributors

niclaslindstedt avatar

Stargazers

 avatar

Watchers

 avatar  avatar

etimo-cli's Issues

Add login support

Login to Etimo intranet

etimo login

Prompts for username & password.

Stores refresh token & secret for future commands.

Add time reporting

List time reports:

etimo time list

Add time report:

etimo time add 8

Adds 8 hours today

etimo time add 8 20

Adds 8 hours on the 20th of this month.

etimo time add 8 12 13 14 15

Adds 8 hours on the 12th, 13th, 14th and 15th of this month.

Remove time report:

etimo time remove 20
etimo time remove 11-20
etimo time remove 2020-11-20

Removes the latest date ending with 20, 11-20 or 2020-11-20.

Since we're time reporting each month we shouldn't need to specify the entire date.

Create basic framework

Create basic framework for project.

This framework should be in the form of a NuGet package.

The namespace should be Etimo.Cli and should contain the necessary attributes & logic to allow easy creation of a cli console project.

Add nuget support

Create a new NuGet:

etimo nuget new IdentityExtensions [--example-api] [--example-console]

Creates a new nuget named Etimo.IdentityExtensions with a boilerplate folder structure with tests and example project. The --example-api and --example-console arguments determines what sort of example project we should use.

List our nuget packages:

etimo nuget list

Push a nuget package:

etimo nuget push IdentityExtensions

Pushes the Etimo.IdentityExtensions to our Etimo NuGet organization.

The NuGet token is fetched from the Etimo intranet.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.