1.0.6 • Published 2 years ago

code-shaper v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Code Shaper

CLI for generating code

Developer notes

To test the shaper CLI locally, build it and then symlink this folder using npm link:

# Starting in the root directory of the repo
npm ci
npm run build

# Now change directory to this folder and create a symlink
cd apps/code-shaper
npm link

# Make sure link has been correctly created
# Output should be similar to this:
# /Users/naresh/.nvm/versions/node/v16.15.0/lib
# `--- code-shaper@0.0.18 -> ./../../../../../projects/code-shaper/apps/code-shaper
npm ls -g

# Change directory back to root directory
cd ../..

# Rebuild shaper after any changes and try it out
npm run build
shaper
1.0.6

2 years ago

1.0.5

2 years ago

1.0.2

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.1.0

2 years ago

0.1.2

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.0.22

3 years ago

0.0.18

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago