1.0.4 • Published 4 years ago

sulemankhan-todo v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago
  1. Make sure everything is working
    node --version
    npm --version
    tsc --version
  2. Initialize project

    npm init --yes

  3. Add configuration file tsconfig.json for typescript

  4. Write typescript code in src folder and compile it using tsc command, and it will generate javascript code in dist folder. Run the code using node dist/index.js

  5. Implement TodoItem, and TodoCollection.

  6. Install inquirer pacakge

    npm install inquirer@7.3.3
    npm install --save-dev @types/inquirer
  7. Install lowdb

    npm install lowdb@1.0.0
    npm install --save-dev @types/lowdb
1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago