1.1.0 • Published 2 years ago

create-cw-file v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

create-cw-file

An NPM tool that creates a base codewars file with provided kata id.

Creating a File

You’ll need to have Node 7.0.0 or later version on your machine. You'll need to have a VS Code installed on your machine. To install the package globally:

npm i -g create-cw-file

To create a new file:

npx create-cw-file kata-id

It will create a directory (if it does not already exist) inside the current folder named after the difficulty of the kata. Inside that directory, it will generate a javascript file with a link to the challenge and open automatically it in VS Code.

codewars
├── 6-kyu
    ├── sample-kata.js
1.1.0

2 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago